IdpcApiError
Base error class for API responses with a JSON body. Typically a subclass will be used to capture the error category (e.g. 400, 401, 500, etc)
Returns an API error instance
Raw HTTP response
Optional override for formatting stack traces
Create .stack property on a target object
IdpcApiError
Base error class for API responses with a JSON body. Typically a subclass will be used to capture the error category (e.g. 400, 401, 500, etc)