Type Alias oboe_Result

Source
pub type oboe_Result = i32;
Expand description

The result of an operation. All except the OK result indicates that an error occurred. The Result can be converted into a human readable string using convertToText.