Module error

Module error 

Source
Expand description

oveRTOS error types and the Result alias.

Enums§

Error
oveRTOS error codes, mapped from C OVE_ERR_* defines.

Constants§

WAIT_FOREVER
Timeout value meaning “wait forever”.

Type Aliases§

Result
Convenience alias for core::result::Result<T, Error>.