RecipientUpdateResult enum
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This API may change without a BREAKING CHANGE notice.
Represents the result of an update action
Signature:
export declare enum RecipientUpdateResult
Enumeration Members
| Member | Value | Description |
|---|---|---|
| CLIENT_ERROR | "client_error" | (BETA) |
| NO_CHANGE | "no_change" | (BETA) |
| SERVER_ERROR | "server_error" | (BETA) |
| SUCCESS | "success" | (BETA) |