droplet_kit icon indicating copy to clipboard operation
droplet_kit copied to clipboard

Inconsistent error handling

Open niborg opened this issue 3 years ago • 0 comments

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?

niborg avatar Jan 26 '22 22:01 niborg