UnauthenticatedCallException class

Exception thrown when a call is made to a resource or function that requires an authenticated user, but the current user is not signed in.

Inheritance
  • Object
  • TypesafeFirebaseException
  • UnauthenticatedCallException
Implemented types

Constructors

UnauthenticatedCallException(String message, {Exception? innerException})
Creates a new UnauthenticatedCallException with a custom message.

Properties

code String?
The machine-readable error code associated with this exception.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
innerException Exception?
The original Exception that triggered this error, if any.
no setterinherited
message String?
The human-readable description of the error.
no setterinherited
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 formatted string containing the error code and message.
inherited

Operators

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