Return code used by the functions in this module.
Enumerator |
---|
Code_Success | Success.
|
Code_Fail_Unknown | Default failed code with no helping indication.
|
Code_Fail_NoMemory | Failed due to lack of memory.
|
Code_Fail_LimitReached | A set limit is reached for this operation.
|
Code_Fail_NotFound | A specific entity could not be found.
|
Code_Fail_Suspended | The operation or the entire module is globally suspended and cannot be utilized at this point in time.
|
Code_Fail_InvalidState | Not in an appropriate state for this call.
|
Code_Fail_InvalidOperation | This operation can not be allowed at this point.
|
Code_Fail_InvalidParameter | Wrong/invalid input parameters.
|
Code_DependencyUnavailable | A required resource or dependency that this operation relies on was not setup or available. Perhaps wrong initialization order.
|
Code_Fail_Busy | A resource needed by this operation or call is busy. Try again later. Potential racing condition or untimely action.
|
Code_Fail_Timeout | Failed due to timeout.
|
Code_Fail_Driver | Error occurred at the driver level.
|
Code_Fail_NotImplemented | This operation is not supported due to limited implementation or need.
|
Code_Fail_NotAllowed | This operation cannot be performed, since it is blocked or not allowed.
|