ServerpodCloudEmailException class
Thrown when the Serverpod Cloud email service rejects a send request or responds with an unexpected status code.
- Implemented types
Constructors
- ServerpodCloudEmailException(int statusCode, String? message)
- Creates a new ServerpodCloudEmailException.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The error message returned by the service, if one could be parsed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int
-
The HTTP status code returned by the service.
final
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