Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ActionError Enum
Specifies the error that occurred during the execution of an actionable notification.
Enum Values
The following are the values of the Messaging.ActionError enum.
| Value | Description |
|---|---|
| ACCESS_DENIED | Indicates that the user is not authorized to execute the action. |
| ACTION_NOT_IMPLEMENTED | Indicates that the action identifier is unsupported. |
| INTERNAL_ERROR | Indicates an internal error during execution of the action. |
| INVALID_ACTION_PARAMETERS | Indicates that the parameters passed to the methods for Messaging.ActionableNotification.Builder are invalid. |
| INVALID_STATE | Indicates an invalid state. |