src/gen/apis/exception

On This Page
ApiException

ApiException

Represents an error caused by an api call i.e. it has attributes for a HTTP status code and the returned body object. Example API returns a ErrorMessageObject whenever HTTP status code is not in [200, 299] => ApiException(404, someErrorMessageObject)
class ApiException<T> extends Error 
Start typing to search the documentation Press ESC to close