GSKError
NS_ENUM(NSInteger, GSKError) {
/// An license key related error.
GSKLicenseError = 1000,
/// An internal error. Please report it to sdk@geniusscan.com with output logs.
GSKInternalError = 1001,
/// An image processing error
GSKProcessingError = 1002,
/// A general error due to a bad input parameter. Verify that your input match the API requirements.
GSKBadInputError = 1003,
/// A file not found error
GSKFileNotFound = 1004,
/// A memory (not storage) error
GSKMemoryError = 1005
}
Undocumented
-
An license key related error.
Declaration
Objective-C
GSKLicenseError = 1000 -
An internal error. Please report it to sdk@geniusscan.com with output logs.
Declaration
Objective-C
GSKInternalError = 1001 -
An image processing error
Declaration
Objective-C
GSKProcessingError = 1002 -
A general error due to a bad input parameter. Verify that your input match the API requirements.
Declaration
Objective-C
GSKBadInputError = 1003 -
A file not found error
Declaration
Objective-C
GSKFileNotFound = 1004 -
A memory (not storage) error
Declaration
Objective-C
GSKMemoryError = 1005
GSKError Enumeration Reference