The initial value of Object.prototype.constructor is the standard built-in Object constructor.
A function to retrieve headers sent from the server.
The status of the http request.
The error message code.
Additional error message(s).
The raw error object if the server returned a JSON error, or the response text if the server didn't return a 200 response code.
The query parameters sent with the http request.
Indicates if the request required https.
The error message subcode.
The URL of the request that returned an error message.
Determines whether an object has a property with the specified name.
A property name.
Determines whether an object exists in another object's prototype chain.
Another object whose prototype chain is to be checked.
Determines whether a specified property is enumerable.
A property name.
Returns a date converted to a string using the current locale.
Returns a string representation of an object.
Returns the primitive value of the specified object.
Generated using TypeDoc
The specification of the details object returned in an Error object.
Read more...