icrate/generated/Speech/SFErrors.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use crate::common::*;
4use crate::Foundation::*;
5use crate::Speech::*;
6
7extern_static!(SFSpeechErrorDomain: &'static NSErrorDomain);
8
9ns_error_enum!(
10 #[underlying(NSInteger)]
11 pub enum SFSpeechErrorCode {
12 SFSpeechErrorCodeInternalServiceError = 1,
13 SFSpeechErrorCodeUndefinedTemplateClassName = 7,
14 SFSpeechErrorCodeMalformedSupplementalModel = 8,
15 }
16);