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