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
I'm noticing that certain resource requests have different error handling. For instance, returning a 422 for a volume action will raise a FailedCreate error, but a 429 response doesn't raise an error at all but returns a json string containing the body of the response. The code for this resource is pretty straightforward. Is there a reason for this approach?
The text was updated successfully, but these errors were encountered:
I'm noticing that certain resource requests have different error handling. For instance, returning a 422 for a volume action will raise a
FailedCreate
error, but a 429 response doesn't raise an error at all but returns a json string containing the body of the response. The code for this resource is pretty straightforward. Is there a reason for this approach?The text was updated successfully, but these errors were encountered: