FormErrorCode enum

Error codes used when loading and showing forms.

Inheritance

Constructors

FormErrorCode()
const

Values

internal → const FormErrorCode

Internal error.

alreadyUsed → const FormErrorCode

Form was already used.

unavailable → const FormErrorCode

Form is unavailable.

timeout → const FormErrorCode

Loading a form timed out.

invalidOperation → const FormErrorCode

Invalid operation. The SDK is being invoked incorrectly.

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.
inherited

Operators

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

Constants

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