@idkollen/client
    Preparing search index...

    Type Alias ApiErrorCode

    ApiErrorCode:
        | "AUTH_FAILED"
        | "CANCELLED"
        | "INVALID_ID"
        | "CONFLICT"
        | "INTERNAL_ERROR"
        | "SESSION_TIMEOUT"
        | "UNSUPPORTED_CLIENT"

    Standardised error code present in all FAILED status responses.

    • "AUTH_FAILED" — authentication was rejected by the provider.
    • "CANCELLED" — user or RP cancelled the transaction.
    • "INVALID_ID" — certificate or identity document is invalid or expired.
    • "CONFLICT" — a conflicting transaction is already in progress.
    • "INTERNAL_ERROR" — unexpected internal error.
    • "SESSION_TIMEOUT" — the session expired before completion.
    • "UNSUPPORTED_CLIENT" — the user's device or app version is not supported.