OptionalcauseOptionalcodeOptionaldetailsBonus property set by the throw site.
OptionalrequestThe request that was made. This property is non-enumerable.
OptionalresponseThe response received (if any.) This property is non-enumerable.
OptionalstackOptionalstatusThe HTTP status code of the request (if applicable.)
Static ReadonlyPARSE_This means that parsing the response from the server failed. It may have been malformed.
Static ReadonlyREQUEST_Something went wrong when making the request. This means the actual request failed for some reason, such as a DNS issue or the connection being lost.
The code of the error itself (use statics on RestError if possible.)