# ResourceUpdateError

Output type describing a failure when updating a resource.

> Kind: Apex type · Updated: 2026-07-03

Custom Apex type representing an error output returned by the Client.getEventDetails() method's ErrorEvent handling. It carries the resource whose update failed and the payload that failed to apply.

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| Resource | <a href="#/apex-type-resource">Resource</a> | optional | The resource whose update failed. |
| Payload | String | optional | The update payload that failed to apply. |
