GoogleIdentityServicesErrorType enum

The type of the error object passed into the error_callback function.

Inheritance
Available extensions

Values

missing_required_parameter → const GoogleIdentityServicesErrorType

Missing required parameter.

const GoogleIdentityServicesErrorType('missing_required_parameter')

The popup was closed before the flow was completed.

const GoogleIdentityServicesErrorType('popup_closed')

Popup failed to open.

const GoogleIdentityServicesErrorType('popup_failed_to_open')
unknown → const GoogleIdentityServicesErrorType

Unknown error.

const GoogleIdentityServicesErrorType('unknown')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<GoogleIdentityServicesErrorType>
A constant List of the values in this enum, in order of their declaration.