FirebaseAuthAdminException constructor
FirebaseAuthAdminException(
- AuthClientErrorCode errorCode, [
- String? message
Implementation
FirebaseAuthAdminException(
this.errorCode, [
String? message,
]) : super('auth', errorCode.name, message ?? errorCode.message);