| Name | Description | Type | Additional information |
|---|---|---|---|
| is_successful |
Indicates whether the operation succeeded. |
boolean | |
| object_id |
Primary key of the object the operation applied to, when applicable. Omitted from the serialized response when empty. |
globally unique identifier | |
| data |
Optional additional payload data returned by the operation, as text. Omitted from the serialized response when null/empty. |
string | |
| error |
Structured error information when the operation failed. Omitted from the serialized response when null (i.e. on success). |
ErrorDetails | |
| http_status |
HTTP status code to report for this result. |
HttpStatusCode |