Message FailedNodeResponse

File: Common/CommonMessages.msg

A basic failed node response

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

BaseResponseMessage

A basic Remote-Procedure-Response message

Fields:

Name Type Description
tryAgain bool

Source code:

message FailedNodeResponse extends BaseResponseMessage {
fields:
    bool tryAgain;
};