in dex/client.go [65:72]
func getError(err error) error { if config.SkipExitCode { fmt.Print(err) return nil } return err }