You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppError is somewhat inconsistent - originally the idea was to have a way to define errors that likely needed client-side behavior to occur (ErrThrottled -> backoff), but some errors exist (i.e ErrNotValidator, ErrUnregisteredHandler) that don't.
The text was updated successfully, but these errors were encountered:
Seems like the app error codes are a bit inconsistent rn. Will take this convo out of this PR.
Originally posted by @StephenButtolph in #3434 (comment)
AppError is somewhat inconsistent - originally the idea was to have a way to define errors that likely needed client-side behavior to occur (
ErrThrottled
-> backoff), but some errors exist (i.eErrNotValidator
,ErrUnregisteredHandler
) that don't.The text was updated successfully, but these errors were encountered: