Enum itron_solid_fmp3::mutex::BuildError [−][src]
pub enum BuildError {
BadContext(MaybeKind),
AccessDenied(MaybeKind),
OutOfMemory(MaybeKind),
BadParam(MaybeKind),
}This is supported on crate features
unstable and dcre only.Expand description
Error type for Mutex::build.
This type is an error kind type.
Variants
BadContext(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(not(feature = "none"))
AccessDenied(MaybeKind)
Tuple Fields
0: MaybeKindRequires: cfg(any())
OutOfMemory(MaybeKind)
Tuple Fields
0: MaybeKindRan out of mutex IDs.
Requires: cfg(not(feature = "none"))
BadParam(MaybeKind)
Tuple Fields
0: MaybeKindBad parameter.
-
The priority ceiling is out of range (NGKI2037,
E_PAR). -
The priority ceiling refers to a priority value which is configured to use subpriorities (NGKI3682,
E_ILUSE). -
Unrecognized flags are specified (NGKI2025,
E_RSATR).
Requires: cfg(not(feature = "none"))
Trait Implementations
Categorize the specified error code. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.