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.
EventRelayFeedback
Represents execution state information about an event relay from Salesforce
to Amazon EventBridge for platform events and change data capture events. Query this object
to get information such as the event relay status and any error message. This object
is available in API version 56.0 and later.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| ErrorCode |
|
| ErrorIdentifier |
|
| ErrorMessage |
|
| ErrorTime |
|
| EventRelayConfigId |
|
| EventRelayNumber |
|
| LastRelayedEventTime |
|
| RemoteResource |
|
| Status |
|
| UsageType |
|
Error Codes
This table contains the error codes and messages that a query on EventRelayFeedback can return in the ErrorCode and ErrorMessage fields.
| Error Code | Error Description |
|---|---|
| sfdc.platform.eventbus.relay.aws.partner.eventsource.invalid | The configured event relay's AWS named credentials are invalid. |
| sfdc.platform.eventbus.relay.aws.partner.eventsource.connect.error | The configured event relay encountered an error while connecting to Amazon EventBridge. |
| sfdc.platform.eventbus.relay.feature.not.supported | The event relay is configured with an unsupported feature, such as event encryption and change data capture event enrichment. |
| sfdc.platform.eventbus.relay.event.delivery.limit.error | You’ve exceeded the event delivery limit for your org. |
| sfdc.platform.eventbus.relay.temporarily.unavailable | The event relay is temporarily unavailable due to an internal error. |