Constructors
Properties
| Property | Type | Description |
|---|---|---|
body | String? | Raw response body, when message does not already carry it verbatim. Lets callers parse stable error codes (e.g. DEVICE_SIGNER_NOT_SUPPORTED) without scraping message. |
cause | Throwable? | - |
code | NetworkErrorCode | Stable, machine-readable identifier for this error. |
message | String | - |
statusCode | Int | - |

