MoorDyn
Macros
The list of error codes returned by the C API
Collaboration diagram for The list of error codes returned by the C API:

Macros

#define MOORDYN_SUCCESS   0
 Successfully dispatched task.
 
#define MOORDYN_INVALID_INPUT_FILE   -1
 Invalid input file path.
 
#define MOORDYN_INVALID_OUTPUT_FILE   -2
 Invalid output file path.
 
#define MOORDYN_INVALID_INPUT   -3
 Invalid input in the input file.
 
#define MOORDYN_NAN_ERROR   -4
 NaN detected.
 
#define MOORDYN_MEM_ERROR   -5
 Memory errors, like filures allocating memory.
 
#define MOORDYN_INVALID_VALUE   -6
 Invalid values.
 
#define MOORDYN_NON_IMPLEMENTED   -7
 Invalid values.
 
#define MOORDYN_UNHANDLED_ERROR   -255
 Unhandled error.
 

Detailed Description