ping-identity
    Preparing search index...

    Type Alias FidoErrorCode

    FidoErrorCode:
        | "FIDO_ERROR"
        | "FIDO_REGISTER_ERROR"
        | "FIDO_AUTHENTICATE_ERROR"
        | "FIDO_AUTHENTICATE_CANCELLED"
        | "FIDO_ACTIVITY_UNAVAILABLE"
        | "FIDO_WINDOW_UNAVAILABLE"
        | "FIDO_CALLBACK_NOT_FOUND"

    Stable error codes emitted by the FIDO module.

    Keep these in sync with native error constants.