Skip to main content

AccountError

Represents errors in account mutations.

type AccountError {
field: String
message: String
code: AccountErrorCode!
addressType: AddressTypeEnum
}

Fields

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

AccountError.message ● String scalar

The error message.

AccountError.code ● AccountErrorCode! non-null enum

The error code.

AccountError.addressType ● AddressTypeEnum enum

A type of address that causes the error.

Member of

AccountRegister object ● ConfirmAccount object ● CreateToken object ● ExternalAuthenticationUrl object ● ExternalLogout object ● ExternalObtainAccessTokens object ● ExternalRefresh object ● ExternalVerify object ● RefreshToken object ● RequestPasswordReset object ● SetPassword object ● VerifyToken object


Was this page helpful?