Error Keys
-
Error key, used for errors when input data is required to be not empty or to be valid only, but is not valid.
Note
VGSError
with this error key can includeVGSSDKErrorInputDataRequired
andVGSSDKErrorInputDataRequiredValid
error keys in userInfo dictionary.Declaration
Swift
public let VGSSDKErrorInputDataIsNotValid: VGSErrorInfoKey
-
Error key, used for errors when input data is required to be not empty but is empty or nil.
Declaration
Swift
public let VGSSDKErrorInputDataRequired: VGSErrorInfoKey
-
Error key, used for errors when input data is required to be valid is not valid.
Declaration
Swift
public let VGSSDKErrorInputDataRequiredValid: VGSErrorInfoKey
-
Error key, used for errors when SDK can’t find the file at file path. Can happened when file changes the path or doesn’t exist.
Declaration
Swift
public let VGSSDKErrorFileNotFound: VGSErrorInfoKey
-
Error key, used for errors when file type is not supported by SDK.
Declaration
Swift
public let VGSSDKErrorFileTypeNotSupported: VGSErrorInfoKey
-
Error key, used for errors when file size exceeds maximum limit.
Declaration
Swift
public let VGSSDKErrorFileSizeExceedsTheLimit: VGSErrorInfoKey
-
Error key, used for errors when SDK can’t get access to specific source.
Declaration
Swift
public let VGSSDKErrorSourceNotAvailable: VGSErrorInfoKey
-
Error key, used for errors when response for SDK API request is in format that not supported by SDK.
Declaration
Swift
public let VGSSDKErrorUnexpectedResponseDataFormat: VGSErrorInfoKey