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
401 when basic auth credentials are incorrect. Let's check with Infra if that's done.
400 when the request body can't be parsed/validated. E.g. invalid JSON request: invalid type: integer 1, expected a 32 byte hex string at line 1 column 3
409 when any ServerError occurs. Double-check with the code if it makes sense
We want to return
invalid JSON request: invalid type: integer 1, expected a 32 byte hex string at line 1 column 3
ServerError
occurs. Double-check with the code if it makes senseRelated code
The text was updated successfully, but these errors were encountered: