Expand description
One Copy error for the whole family.
FreeRTOS answers with pdPASS / pdFAIL and a handful of err* codes;
Kairos answers with a Result whose error is this enum. It carries no
String, so it crosses no_std boundaries and package boundaries without
conversion chains; packages wrap it in their own enums for detail and the
C ABI maps it back with Error::pd_code.
Enums§
- Error
- Why a kernel operation did not happen.
Type Aliases§
- Result
Resultwith the family’s error.