VGSessionErrorReason
Objective-C
NS_ENUM(NSInteger, VGSessionErrorReason) {
VGSessionErrorReasonUnknown,
VGSessionErrorReasonTokenExpired,
VGSessionErrorReasonTransportClosed,
VGSessionErrorReasonPingTimeout,
}
Swift
enum VGSessionErrorReason : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
VGSessionErrorReasonUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
VGSessionErrorReasonTokenExpired
Swift
case tokenExpired = 1
-
Undocumented
Declaration
Objective-C
VGSessionErrorReasonTransportClosed
Swift
case transportClosed = 2
-
Undocumented
Declaration
Objective-C
VGSessionErrorReasonPingTimeout
Swift
case pingTimeout = 3