PubSubTransportFailureEvent
Defined in: packages/pubsub/src/types.ts:243
Shared failure metadata passed to transport error interceptor hooks.
Extends
Section titled “Extends”Properties
Section titled “Properties”attempt?
Section titled “attempt?”
optionalattempt?:number
Defined in: packages/pubsub/src/types.ts:239
One-based delivery attempt count when available.
Inherited from
Section titled “Inherited from”error:
unknown
Defined in: packages/pubsub/src/types.ts:245
Failure cause.
id:
string
Defined in: packages/pubsub/src/types.ts:235
CloudEvent id or broker message id.
Inherited from
Section titled “Inherited from”topic:
string
Defined in: packages/pubsub/src/types.ts:237
Transport topic associated with the event.