Skip to main content
Version: 3.x

PageError

No description

type PageError {
field: String
message: String
code: PageErrorCode!
attributes: [ID!]
values: [ID!]
}

Fields

PageError.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.

PageError.message ● String scalar

The error message.

PageError.code ● PageErrorCode! non-null enum

The error code.

PageError.attributes ● [ID!] list scalar

List of attributes IDs which causes the error.

PageError.values ● [ID!] list scalar

List of attribute values IDs which causes the error.

Member of

PageAttributeAssign object ● PageAttributeUnassign object ● PageBulkDelete object ● PageBulkPublish object ● PageCreate object ● PageDelete object ● PageReorderAttributeValues object ● PageTypeBulkDelete object ● PageTypeCreate object ● PageTypeDelete object ● PageTypeReorderAttributes object ● PageTypeUpdate object ● PageUpdate object


Was this page helpful?