Skip to main content

StaffError

No description

type StaffError {
field: String
message: String!
code: AccountErrorCode!
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! non-null scalar

The error message.

StaffError.code ● AccountErrorCode! non-null enum

The error code.

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?