Backstage
    Preparing search index...

    Details for how to respond to the rejection of the received HTTP request transmitting an event payload.

    interface RequestRejectionDetails {
        payload: unknown;
        status: number;
    }
    Index

    Properties

    Properties

    payload: unknown
    status: number