GameServicesFirebaseAuthException class

A custom exception class for Game Services Firebase authentication errors.

This class provides a way to throw and catch exceptions that are specifically related to Game Services Firebase authentication, along with detailed error codes and messages to help with debugging.

Implemented types

Constructors

GameServicesFirebaseAuthException({required GameServicesFirebaseExceptionCode code, required String message, Object? details})
Creates a GameServicesFirebaseAuthException with the given code, message, and optional details about the exception.

Properties

code GameServicesFirebaseExceptionCode
The error code associated with the exception.
final
details Object?
Additional details about the exception, if any.
final
hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable error message explaining what went wrong.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the exception, which includes the error code, the message, and any additional details provided.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited