VGError
Objective-C
@interface VGError : NSError
@property (readonly) VGErrorType type;
@property (readonly, nullable) NSString* errorCode;
@property (readonly, nullable) NSString* message;
- (instancetype)init __attribute__((unavailable));
@end
Swift
class VGError : NSError
Undocumented
-
Undocumented
-
Undocumented
Declaration
Objective-C
@property (readonly, nullable) NSString* errorCode
Swift
var errorCode: String? { get }
-
Undocumented
Declaration
Objective-C
@property (readonly, nullable) NSString* message
Swift
var message: String? { get }
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init __attribute__((unavailable));