// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-telephony-mbms-MbmsErrors_GeneralErrors"))]
__jni_bindgen! {
/// public class [MbmsErrors.GeneralErrors](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html)
///
/// Required feature: "android-telephony-mbms-MbmsErrors_GeneralErrors"
public class MbmsErrors_GeneralErrors ("android/telephony/mbms/MbmsErrors$GeneralErrors") extends crate::java::lang::Object {
/// public static final [ERROR_CARRIER_CHANGE_NOT_ALLOWED](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_CARRIER_CHANGE_NOT_ALLOWED)
pub const ERROR_CARRIER_CHANGE_NOT_ALLOWED : i32 = 207;
/// public static final [ERROR_IN_E911](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_IN_E911)
pub const ERROR_IN_E911 : i32 = 204;
/// public static final [ERROR_MIDDLEWARE_NOT_YET_READY](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_MIDDLEWARE_NOT_YET_READY)
pub const ERROR_MIDDLEWARE_NOT_YET_READY : i32 = 201;
/// public static final [ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE)
pub const ERROR_MIDDLEWARE_TEMPORARILY_UNAVAILABLE : i32 = 203;
/// public static final [ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE)
pub const ERROR_NOT_CONNECTED_TO_HOME_CARRIER_LTE : i32 = 205;
/// public static final [ERROR_OUT_OF_MEMORY](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_OUT_OF_MEMORY)
pub const ERROR_OUT_OF_MEMORY : i32 = 202;
/// public static final [ERROR_UNABLE_TO_READ_SIM](https://developer.android.com/reference/android/telephony/mbms/MbmsErrors.GeneralErrors.html#ERROR_UNABLE_TO_READ_SIM)
pub const ERROR_UNABLE_TO_READ_SIM : i32 = 206;
}
}