Documentation
    Preparing search index...

    Interface ResourceCancelRequest

    Inbound: napplet cancels a previously-issued bytes request. Shell correlates to the in-flight request by requestId and emits a resource.bytes.error with code: 'canceled'.

    interface ResourceCancelRequest {
        id?: string;
        requestId?: string;
        type: "resource.cancel";
    }
    Index

    Properties

    Properties

    id?: string

    Current NAP-RESOURCE correlation ID.

    requestId?: string

    Legacy Kehto correlation ID.

    type: "resource.cancel"