This page lists the error code of type RTOS_ERR
used by µC/Common.
No error
Error Codes | Description |
---|
RTOS_ERR_NONE | No error. |
Feature Support
Error Codes | Description |
---|
RTOS_ERR_NOT_AVAIL | Feature not avail (due to configuration value(s). |
RTOS_ERR_NOT_SUPPORTED | Feature not supported. |
Invalid Arguments
Error Codes | Description |
---|
RTOS_ERR_INVALID_ARG | Invalid argument or consequence of invalid argument. |
RTOS_ERR_NULL_PTR | Null pointer has been passed when valid pointer is needed. |
RTOS_ERR_INVALID_STR_LEN | Length of string argument passed is invalid. |
RTOS_ERR_INVALID_CREDENTIALS | Credentials provided are invalid. |
RTOS_ERR_NOT_FOUND | Requested item could not be found |
Creation/Allocation
Error Codes | Description |
---|
RTOS_ERR_ALLOC | Generic allocation error. |
RTOS_ERR_CREATE_FAIL | Generic create object error. |
RTOS_ERR_NO_MORE_RSRC | Resource not available to perform the operation. |
RTOS_ERR_INIT | Initialization failed. |
RTOS_ERR_ALREADY_INIT | Module has already been initialized. |
RTOS_ERR_ALREADY_EXISTS | Item already exists. |
Pend/Acquire
Error Codes | Description |
---|
RTOS_ERR_ABORT | Operation aborted. |
RTOS_ERR_TIMEOUT | Operation timed out. |
Post/Release
Error Codes | Description |
---|
RTOS_ERR_WOULD_BLOCK
| Non-blocking operation would block. |
RTOS_ERR_OWNERSHIP | Ownership error. |
RTOS_ERR_WOULD_OVF | Item would overflow. |
Error Codes | Description |
---|
RTOS_ERR_ISR
| Illegal call from ISR. |
RTOS_ERR_OS | Generic OS err. |
Miscellaneous
Error Codes | Description |
---|
RTOS_ERR_PERMISSION
| Operation not allowed. |