MobileLockerHTTPError
Defined in: errors.ts:132
Thrown by mobilelocker.http.* methods on network-level failures (timeout, no connection).
For non-2xx HTTP responses, see MobileLockerHttpResponseError.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MobileLockerHTTPError(message, code): MobileLockerHTTPError;Defined in: errors.ts:135
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
code |
HTTPErrorCode |
Returns
Section titled “Returns”MobileLockerHTTPError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”readonly code: HTTPErrorCode;Defined in: errors.ts:133
Machine-readable error code. Prefer the *ErrorCode constants for comparisons.