ic-reactor
    Preparing search index...

    Interface QueryResponseRejected

    interface QueryResponseRejected {
        requestDetails?: utils.agent.QueryRequest;
        status: Rejected;
        reject_code: utils.agent.ReplicaRejectCode;
        reject_message: string;
        error_code: string;
        signatures?: utils.agent.NodeSignature[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    requestDetails?: utils.agent.QueryRequest
    status: Rejected
    reject_message: string
    error_code: string
    signatures?: utils.agent.NodeSignature[]