EmailSendResult interface
Status of the long running operation
Properties
| error | Error details when status is a non-success terminal state. |
| id | The unique id of the operation. Use a UUID. |
| status | Status of operation. |
Property Details
error
Error details when status is a non-success terminal state.
error?: ErrorDetail
Property Value
id
The unique id of the operation. Use a UUID.
id: string
Property Value
string
status
Status of operation.
status: string
Property Value
string