icrate/generated/DeviceCheck/DCError.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use crate::common::*;
4use crate::DeviceCheck::*;
5use crate::Foundation::*;
6
7extern_static!(DCErrorDomain: &'static NSErrorDomain);
8
9ns_error_enum!(
10 #[underlying(NSInteger)]
11 pub enum DCError {
12 DCErrorUnknownSystemFailure = 0,
13 DCErrorFeatureUnsupported = 1,
14 DCErrorInvalidInput = 2,
15 DCErrorInvalidKey = 3,
16 DCErrorServerUnavailable = 4,
17 }
18);