pub type OEMResult<T> = Result<T, OEMError>;
Expand description

Custom error type for OEM6 operations.