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