#[repr(transparent)]pub struct NEVPNConnectionError(pub NSInteger);
Expand description
VPN error codes
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NEVPNConnectionError
impl NEVPNConnectionError
pub const Overslept: Self
pub const NoNetworkAvailable: Self
Sourcepub const UnrecoverableNetworkChange: Self
pub const UnrecoverableNetworkChange: Self
way that the VPN connection could not be maintained.
pub const ConfigurationFailed: Self
pub const ServerAddressResolutionFailed: Self
pub const ServerNotResponding: Self
pub const ServerDead: Self
pub const AuthenticationFailed: Self
pub const ClientCertificateInvalid: Self
pub const ClientCertificateNotYetValid: Self
pub const ClientCertificateExpired: Self
pub const PluginFailed: Self
pub const ConfigurationNotFound: Self
pub const PluginDisabled: Self
pub const NegotiationFailed: Self
pub const ServerDisconnected: Self
pub const ServerCertificateInvalid: Self
pub const ServerCertificateNotYetValid: Self
pub const ServerCertificateExpired: Self
Trait Implementations§
Source§impl Clone for NEVPNConnectionError
impl Clone for NEVPNConnectionError
Source§fn clone(&self) -> NEVPNConnectionError
fn clone(&self) -> NEVPNConnectionError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NEVPNConnectionError
impl Debug for NEVPNConnectionError
Source§impl Encode for NEVPNConnectionError
impl Encode for NEVPNConnectionError
Source§impl Hash for NEVPNConnectionError
impl Hash for NEVPNConnectionError
Source§impl Ord for NEVPNConnectionError
impl Ord for NEVPNConnectionError
Source§fn cmp(&self, other: &NEVPNConnectionError) -> Ordering
fn cmp(&self, other: &NEVPNConnectionError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NEVPNConnectionError
impl PartialEq for NEVPNConnectionError
Source§impl PartialOrd for NEVPNConnectionError
impl PartialOrd for NEVPNConnectionError
Source§impl RefEncode for NEVPNConnectionError
impl RefEncode for NEVPNConnectionError
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NEVPNConnectionError
impl Eq for NEVPNConnectionError
impl StructuralPartialEq for NEVPNConnectionError
Auto Trait Implementations§
impl Freeze for NEVPNConnectionError
impl RefUnwindSafe for NEVPNConnectionError
impl Send for NEVPNConnectionError
impl Sync for NEVPNConnectionError
impl Unpin for NEVPNConnectionError
impl UnwindSafe for NEVPNConnectionError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.