GoMailerError enum
Errors that can occur in Go Mailer SDK
Values
- notInitialized → const GoMailerError
-
const GoMailerError(1001, 'Go Mailer SDK not initialized')
- invalidApiKey → const GoMailerError
-
const GoMailerError(1002, 'Invalid API key')
- networkError → const GoMailerError
-
const GoMailerError(1003, 'Network error occurred')
- invalidUser → const GoMailerError
-
const GoMailerError(1004, 'Invalid user information')
- pushNotificationNotAuthorized → const GoMailerError
-
const GoMailerError(1006, 'Push notifications not authorized')
- deviceTokenNotAvailable → const GoMailerError
-
const GoMailerError(1007, 'Device token not available')
Properties
- code → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- message → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
GoMailerError> - A constant List of the values in this enum, in order of their declaration.