Preview

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

DetailedUserError

Represents the specific error details

This page contains

    Fields

    message: String!

    Error message

    path: [String!]

    Error path

    status: Int!

    Error status

    errorCode: String!

    Error code

    blockingErrors: [CartValidationDetail!] PREVIEW

    Represents the details related to errors on the cart

    Implements