Home > @cjh1/sfapi > ApiError
Signature:
export declare class ApiError extends Error
Extends: Error
(Some inherited members may not be shown because they are not represented in the documentation.)
Constructor | Modifiers | Description |
---|---|---|
(constructor)(request, response, message) | Constructs a new instance of the ApiError class |
Property | Modifiers | Type | Description |
---|---|---|---|
body | readonly |
any | |
request | readonly |
ApiRequestOptions | |
status | readonly |
number | |
statusText | readonly |
string | |
url | readonly |
string |