ping-identity
    Preparing search index...

    Type Alias DeviceClientErrorCode

    DeviceClientErrorCode:
        | "DEVICE_CLIENT_ERROR"
        | "DEVICE_CLIENT_NETWORK_ERROR"
        | "DEVICE_CLIENT_REQUEST_FAILED"
        | "DEVICE_CLIENT_INVALID_TOKEN"
        | "DEVICE_CLIENT_DECODING_FAILED"
        | "DEVICE_CLIENT_MISSING_CONFIG"
        | "DEVICE_CLIENT_NOT_FOUND"
        | "DEVICE_CLIENT_HANDLE_NOT_FOUND"

    Stable error codes emitted by the Device Client module.

    Keep these in sync with native error constants on both iOS and Android.

    Code Meaning
    DEVICE_CLIENT_ERROR Generic / unknown error.
    DEVICE_CLIENT_NETWORK_ERROR Network connectivity failure.
    DEVICE_CLIENT_REQUEST_FAILED Server returned a non-success HTTP status.
    DEVICE_CLIENT_INVALID_TOKEN SSO token is missing, expired, or rejected.
    DEVICE_CLIENT_DECODING_FAILED Native bridge could not parse the server response.
    DEVICE_CLIENT_MISSING_CONFIG Required configuration fields were not provided.
    DEVICE_CLIENT_NOT_FOUND The requested device does not exist on the server.
    DEVICE_CLIENT_HANDLE_NOT_FOUND The native handle id does not correspond to a live client.