sparkpost v0.3.0 SparkPost.Address.FormatError exception

Raised by Address.to_address/1 when an invalid email address is detected.

Fields

  • message: human-readable error message

Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Functions

exception(msg)
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

message(exception)
message(Exception.t) :: String.t

Callback implementation for Exception.message/1.