![]() |
NDEVR
API Documentation
|
Encapsulates a server command's return status, including a code and optional message. More...
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. | |
Encapsulates a server command's return status, including a code and optional message.
Definition at line 48 of file ServerActions.h.