Skip to main content

MarketplaceConfigurationError

No description

type MarketplaceConfigurationError {
field: String
message: String!
code: MarketplaceConfigurationErrorCode!
}

Fields

MarketplaceConfigurationError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

MarketplaceConfigurationError.message ● String! non-null scalar

The error message.

MarketplaceConfigurationError.code ● MarketplaceConfigurationErrorCode! non-null enum

The error code.

Member Of

DesignerDataCreate object ● DesignerDataUpdate object ● MarketplaceConfigurationUpdate object

Was this page helpful?