SendConfirmationEmailError
No description
type SendConfirmationEmailError {
field: String
message: String
code: SendConfirmationEmailErrorCode!
}
Fields
SendConfirmationEmailError.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.
SendConfirmationEmailError.message
● String
scalar
The error message.
SendConfirmationEmailError.code
● SendConfirmationEmailErrorCode!
non-null enum
The error code.
Member of
SendConfirmationEmail
object