Home > doofinder > ClientResponseError
ClientResponseError class
Represents an error response for a failed HTTP response from Doofinder.
Signature:
export declare class ClientResponseError extends Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(response) | The constructor for the response error. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
response | Response | The Response received by the client. | |
statusCode | number | Status code of the HTTP response. |