How can we help you?

The EmailError object

Product: FeraEmail Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraEmail
Classification: administrative

Attributes

Field Type Required Description
success boolean No Indicates that email work failed.
message string No Safe failure text.
error string | object No Safe structured failure details.

Example

{
    "success": false
}

Source

feradelinc/feradel.email.api branch agent/catch-up-email-api, commit b4278c2d3ef83b95a6cd26c1fd6ec45a0adb99b5
openapi/openapi.json#/components/schemas/EmailError