interface PayloadNotIncluded {
    payloadType: string;
    reason: string;
}

Properties

Properties

payloadType: string

Value of the type field in the original payload.

reason: string

Reason the payload is not included. For example, the payload is too large, or its content is not supported by the Subscription destination.

Generated using TypeDoc