@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias AcsEncodersSimulateNextCredentialEncodeWillFailParameters

    type AcsEncodersSimulateNextCredentialEncodeWillFailParameters = {
        acs_credential_id?: string;
        acs_encoder_id: string;
        error_code?:
            | "no_credential_on_encoder"
            | "encoding_interrupted"
            | "uncategorized_error"
            | "action_attempt_expired";
    }
    Index
    acs_credential_id?: string

    ID of the acs_credential that will fail to be encoded onto a card in the next request.

    acs_encoder_id: string

    ID of the acs_encoder that will be used in the next request to encode the acs_credential.

    error_code?:
        | "no_credential_on_encoder"
        | "encoding_interrupted"
        | "uncategorized_error"
        | "action_attempt_expired"

    Code of the error to simulate.