VGSError
public class VGSError : NSError
An error produced by VGSCollectSDK
. Works similar to default NSError
in iOS.
-
VGSErrorType
- required for eachVGSError
instanceDeclaration
Swift
public let type: VGSErrorType!
-
Code assiciated with
VGSErrorType
Declaration
Swift
override public var code: Int { get }
-
: nodoc. Public required init.
Declaration
Swift
public required init?(coder: NSCoder)