FormErrorCode enum
Error codes used when loading and showing forms.
Values
- internal → const FormErrorCode
-
Internal error.
- alreadyUsed → const FormErrorCode
-
Form was already used.
-
Form is unavailable.
- timeout → const FormErrorCode
-
Loading a form timed out.
- invalidOperation → const FormErrorCode
-
Invalid operation. The SDK is being invoked incorrectly.
Properties
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.