feat: add passage error class #478
Annotations
11 errors
Lint:
app_user.go#L22
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L23
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L24
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L37
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L38
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L39
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L52
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L53
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L54
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
app_user.go#L67
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Test
Process completed with exit code 1.
|