Preview

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

SubscriptionScheduleNotFoundError

Error type returned when a scheduled order ID does not exist or is not schedule-backed.

This page contains

    Fields

    errorCode: String!

    Machine-readable error code for programmatic handling and UI localization. Example value: SUBSCRIPTION_SCHEDULE_NOT_FOUND

    message: String!

    A description of the error encountered.

    path: [String!]

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

    Implements