Skip to main content

StaffError Object

No description

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

Fields

field ● String

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

message ● String

The error message.

code ● AccountErrorCode!

The error code.

addressType ● AddressTypeEnum

A type of address that causes the error.

permissions ● [PermissionEnum!]

List of permissions which causes the error.

groups ● [ID!]

List of permission group IDs which cause the error.

users ● [ID!]

List of user IDs which causes the error.

Member Of

StaffBulkDelete object ● StaffCreate object ● StaffDelete object ● StaffUpdate object