SmtpException class

Contains details about SMTP problems

Implemented types

Constructors

SmtpException(SmtpClient smtpClient, SmtpResponse response, {StackTrace? stackTrace})
Creates a new SMTP exception
SmtpException.message(SmtpClient smtpClient, String message)
Creates a new SMTP exception

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The error message
no setter
response SmtpResponse
The full SMTP response
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smtpClient SmtpClient
The used SMTP client
final
stackTrace StackTrace?
The stacktrace, if known
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