OBJECT

InvalidPhoneNumberError

The provided phone number is not valid

link GraphQL Schema definition

  • type InvalidPhoneNumberError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }