Problem that occurred sending an email notification to a share recipient.
| name | data type | description |
|---|---|---|
| code | string | Code representing the error. |
| message | string | Description of the error. This is intended to give the client developer additional information about the error that occurred. It is not suitable for displaying to the end-user. |
| share_id | number | ID of the share. |
Example
{
"code" : "...",
"message" : "...",
"share_id" : 12345
}