AuthValidationException constructor

const AuthValidationException(
  1. String message, {
  2. String? recoverySuggestion,
  3. Object? underlyingException,
})

Exception thrown when one of the input fields to an operation is invalid.

Implementation

const AuthValidationException(
  super.message, {
  super.recoverySuggestion,
  super.underlyingException,
});