-
When input data is not valid, but required to be valid
Declaration
Swift
case inputDataIsNotValid = 1001
-
When can’t find file on device
Declaration
Swift
case inputFileNotFound = 1101
-
When can’t find file on device
Declaration
Swift
case inputFileTypeIsNotSupported = 1102
-
When file size is larger then allowed limit
Declaration
Swift
case inputFileSizeExceedsTheLimit = 1103
-
When can’t get access to file source
Declaration
Swift
case sourceNotAvailable = 1150
-
When response type is not supported
Declaration
Swift
case unexpectedResponseType = 1400
-
When reponse data format is not supported
Declaration
Swift
case unexpectedResponseDataFormat = 1401
-
When VGS config URL is not valid.
Declaration
Swift
case invalidConfigurationURL = 1480