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 full)

Properties

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