Definition of all API error return codes and descriptions. More...
#include "errors_data.h"Go to the source code of this file.
Namespaces | |
| reinforcement_learning | |
| [Error Generator] | |
Macros | |
| #define | ERROR_CODE_DEFINITION(code, name, message) |
| [Error Generator] More... | |
Variables | |
| const int | reinforcement_learning::error_code::success = 0 |
| char const *const | reinforcement_learning::error_code::unknown_s = "Unexpected error." |
Definition of all API error return codes and descriptions.
| #define ERROR_CODE_DEFINITION | ( | code, | |
| name, | |||
| message | |||
| ) |
[Error Generator]