Struct itron_solid_fmp3::error::ErrorCode [−][src]
pub struct ErrorCode(_);
This is supported on crate feature
unstable
only.Expand description
Raw error code.
Implementations
Construct an ErrorCode
.
Returns None
if the specified value is not negative.
Construct an ErrorCode
without checking if code
is a valid error
code.
Safety
If code
is not negative, this function causes an undefined
behavior.