OBJECT

InvalidPasswordError

The provided password is not valid

link GraphQL Schema definition

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