NDEVR
API Documentation
ServerCommandReturn

Encapsulates a server command's return status, including a code and optional message. More...

Collaboration diagram for ServerCommandReturn:
[legend]

Public Types

enum  ReturnCode : uint04
 Enumeration of possible return codes from server operations.

Public Attributes

ReturnCode return_code
 The status code of the operation.
String return_message
 Optional human-readable status message.

Detailed Description

Encapsulates a server command's return status, including a code and optional message.


Definition at line 48 of file ServerActions.h.


The documentation for this struct was generated from the following file: