Interface- RequestError
An Object that represents an error with a request.
Properties
message
• message: string
Represents the error message associated with the request error.
Defined in
statusCode
• Optional
statusCode: number
Represents the status code associated with the request error.
Defined in
Was this page helpful?