VGErrorType
Objective-C
NS_ENUM(NSInteger, VGErrorType) {
VGErrorTypeCsError,
VGErrorTypeNetworkError,
VGErrorTypeSessionError,
VGErrorTypeInternalError,
VGErrorTypeUnknownError
}
Swift
enum VGErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
VGErrorTypeCsErrorSwift
case csError = 0 -
Undocumented
Declaration
Objective-C
VGErrorTypeNetworkErrorSwift
case networkError = 1 -
Undocumented
Declaration
Objective-C
VGErrorTypeSessionErrorSwift
case sessionError = 2 -
Undocumented
Declaration
Objective-C
VGErrorTypeInternalErrorSwift
case internalError = 3 -
Undocumented
Declaration
Objective-C
VGErrorTypeUnknownErrorSwift
case unknownError = 4
Install in Dash