NERelayManagerClientError Enum

Definition

Enumerates client errors that can occur with an NERelayManager.

[ObjCRuntime.Native]
public enum NERelayManagerClientError
[<ObjCRuntime.Native>]
type NERelayManagerClientError = 
Inheritance
NERelayManagerClientError
Attributes

Fields

Name Value Description
None 1

No error occurred.

DNSFailed 2

DNS resolution failed.

ServerUnreachable 3

The relay server is unreachable.

ServerDisconnected 4

The relay server disconnected.

CertificateMissing 5

The client certificate is missing.

CertificateInvalid 6

The client certificate is invalid.

CertificateExpired 7

The client certificate has expired.

ServerCertificateInvalid 8

The server certificate is invalid.

ServerCertificateExpired 9

The server certificate has expired.

Other 10

An unspecified error occurred.

PvDConfigurationTruncated 11

The Provisioning Domain (PvD) configuration was truncated.

Applies to