GoogleSignInException class

An exception throws by the plugin when there is authenication or authorization failure, or some other error.

Implemented types
Annotations

Constructors

GoogleSignInException({required GoogleSignInExceptionCode code, String? description, Object? details})
Crceates a new exception with the given information.
const

Properties

code GoogleSignInExceptionCode
The type of failure.
final
description String?
A human-readable description of the failure.
final
details Object?
Any additional details about the failure.
final
hashCode int
The hash code for this object.
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
A string representation of this object.
override

Operators

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