/
Errors
Errors
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 |
---|---|
| Non-blocking operation would block. |
RTOS_ERR_OWNERSHIP | Ownership error. |
RTOS_ERR_WOULD_OVF | Item would overflow. |
OS-Related
Error Codes | Description |
---|---|
| Illegal call from ISR. |
RTOS_ERR_OS | Generic OS err. |
Miscellaneous
Error Codes | Description |
---|---|
| Operation not allowed. |
Related content
Error Codes and Solutions
Error Codes and Solutions
More like this
µC/Common Release Notes
µC/Common Release Notes
More like this
Initialization Issues
Initialization Issues
More like this
USBD_PHDC_OS_Init
USBD_PHDC_OS_Init
More like this
FSDev_Open()
FSDev_Open()
More like this
Error Codes
Error Codes
More like this