rml_status
Usage
Operation status.
API
Main
Possible Values
Name |
Value |
Brief Explanation |
---|---|---|
RML_OK |
0 |
Operation is successful. |
RML_ERROR_BAD_MODEL |
-100 |
A model file has errors. |
RML_ERROR_BAD_PARAMETER |
-110 |
A parameter is incorrect. |
RML_ERROR_DEVICE_NOT_FOUND |
-120 |
A device was not found. |
RML_ERROR_FILE_NOT_FOUND |
-130 |
A model file does not exist. |
RML_ERROR_INTERNAL |
-140 |
An internal library error. |
RML_ERROR_MODEL_NOT_READY |
-150 |
A model is not ready for an operation. |
RML_ERROR_NOT_IMPLEMENTED |
-160 |
Functionality is not implemented yet. |
RML_ERROR_OUT_OF_MEMORY |
-170 |
Memory allocation is failed. |
RML_ERROR_UNSUPPORTED_DATA |
-180 |
An unsupported scenario. |