Preview

SubscriptionScheduleNotCancellableError is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SubscriptionScheduleNotCancellableError

Error type returned when a scheduled change cannot be cancelled.

This page contains

    Fields

    errorCode: String!

    Machine-readable error code for programmatic handling and UI localization. Example values: SUBSCRIPTION_SCHEDULE_NOT_CANCELLABLE, ACTIVE_BILLING_CHARGE_NOT_FOUND, PERMISSION_DENIED, SUBSCRIPTION_SCHEDULE_CONFLICT (a concurrent update; the charge can be retried), SCHEDULED_CHANGE_BILLING_CHARGE_TYPE_NOT_SUPPORTED (e.g. CREDIT child charges are not independently cancellable)

    message: String!

    A description of the error encountered.

    path: [String!]

    Path to the field in the request where the error originated.

    Implements