Preview

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

InvalidMarketplaceSettingType

Returned when the provided value does not match the setting's declared type or validation rules.

This page contains

    Fields

    message: String!

    Description of the error.

    setting: String!

    The setting key that failed validation.

    expectedType: String!

    Expected value type (e.g. string, list, map).

    expectedValidation: String

    Expected validation rule from the setting definition, if any.

    receivedValue: String!

    The value that was received.

    path: [String!]

    Path to the input value that caused the error.

    Implements