Struct portaudio::types::PaHostErrorInfo
[-]
[+]
[src]
pub struct PaHostErrorInfo {
pub error_code: u32,
pub error_text: String,
}Structure used to return information about a host error condition.
Fields
error_code | The code of the error |
error_text | The string which explain the error |