Skip to main content
Version: 3.x

StaffError

No description

type StaffError {
field: String
message: String
code: AccountErrorCode!
addressType: AddressTypeEnum
permissions: [PermissionEnum!]
groups: [ID!]
users: [ID!]
}

Fields

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

StaffError.message ● String scalar

The error message.

StaffError.code ● AccountErrorCode! non-null enum

The error code.

StaffError.addressType ● AddressTypeEnum enum

A type of address that causes the error.

StaffError.permissions ● [PermissionEnum!] list enum

List of permissions which causes the error.

StaffError.groups ● [ID!] list scalar

List of permission group IDs which cause the error.

StaffError.users ● [ID!] list scalar

List of user IDs which causes the error.

Member of

StaffBulkDelete object ● StaffCreate object ● StaffDelete object ● StaffUpdate object


Was this page helpful?