@akamai/openapi-ts
    Preparing search index...

    Type Alias PostCancelAccountErrors

    type PostCancelAccountErrors = {
        "409": { errors: { reason: string }[] };
        "504": { errors: { reason: string }[] };
        default: { errors: { field: string; reason: string }[] };
    }
    Index

    Properties

    Properties

    "409": { errors: { reason: string }[] }

    Could not charge the credit card on file.

    "504": { errors: { reason: string }[] }

    Account is taking longer than expected to cancel.

    default: { errors: { field: string; reason: string }[] }

    See Errors for the range of possible error response codes.