beta-capturejs
Version:
Socket Mobile Capture JS NPM package for Socket Mobile barcode scanner and NFC Reader/Writer products
316 lines • 8.22 kB
JavaScript
//errors.ts
//This file is generated when calling npm run update
//
//
export default class SktErrors {
}
/// <summary>
/// The wait timed out
/// </summary>
SktErrors.ESKT_WAITTIMEOUT = 1;
/// <summary>
/// This operation is already complete
/// </summary>
SktErrors.ESKT_ALREADYDONE = 2;
/// <summary>
/// This operation is pending
/// </summary>
SktErrors.ESKT_PENDING = 3;
/// <summary>
/// This operation is still pending
/// </summary>
SktErrors.ESKT_STILLPENDING = 4;
/// <summary>
/// The object has been created
/// </summary>
SktErrors.ESKT_CREATED = 5;
/// <summary>
/// There is no error
/// </summary>
SktErrors.ESKT_NOERROR = 0;
/// <summary>
/// At least one test has failed
/// </summary>
SktErrors.ESKT_TESTFAILED = -1;
/// <summary>
/// There is not enough memory to complete the operation
/// </summary>
SktErrors.ESKT_NOTENOUGHMEMORY = -2;
/// <summary>
/// A lock cannot be created
/// </summary>
SktErrors.ESKT_UNABLECREATELOCK = -3;
/// <summary>
/// Unable to lock a shared resource
/// </summary>
SktErrors.ESKT_UNABLELOCK = -4;
/// <summary>
/// Unable to unlock a shared resource
/// </summary>
SktErrors.ESKT_UNABLEUNLOCK = -5;
/// <summary>
/// Unable to remove an item from a list because the list is empty
/// </summary>
SktErrors.ESKT_LISTEMPTY = -6;
/// <summary>
/// An event cannot be created
/// </summary>
SktErrors.ESKT_UNABLECREATEEVENT = -7;
/// <summary>
/// Unable to set an event
/// </summary>
SktErrors.ESKT_UNABLESETEVENT = -8;
/// <summary>
/// Unable to reset an event
/// </summary>
SktErrors.ESKT_UNABLERESETEVENT = -9;
/// <summary>
/// The event is not created
/// </summary>
SktErrors.ESKT_EVENTNOTCREATED = -10;
/// <summary>
/// The provided handle is invalid
/// </summary>
SktErrors.ESKT_INVALIDHANDLE = -11;
/// <summary>
/// A thread cannot be created
/// </summary>
SktErrors.ESKT_UNABLECREATETHREAD = -12;
/// <summary>
/// The thread is already created
/// </summary>
SktErrors.ESKT_THREADALREADYCREATED = -13;
/// <summary>
/// The thread is still running
/// </summary>
SktErrors.ESKT_THREADSTILLRUNNING = -14;
/// <summary>
/// This operation is not supported
/// </summary>
SktErrors.ESKT_NOTSUPPORTED = -15;
/// <summary>
/// The previous operation is not completed
/// </summary>
SktErrors.ESKT_PENDINGOPERATIONNOTCOMPLETED = -16;
/// <summary>
/// The item cannot be found
/// </summary>
SktErrors.ESKT_NOTFOUND = -17;
/// <summary>
/// The provided parameter is invalid
/// </summary>
SktErrors.ESKT_INVALIDPARAMETER = -18;
/// <summary>
/// Trying to use an object that is not yet initialized
/// </summary>
SktErrors.ESKT_NOTINITIALIZED = -19;
/// <summary>
/// The timeout value is out of range
/// </summary>
SktErrors.ESKT_TIMEOUTOUTOFRANGE = -20;
/// <summary>
/// The object cannot be initialized
/// </summary>
SktErrors.ESKT_UNABLEINITIALIZE = -21;
/// <summary>
/// The object cannot be un-initialized
/// </summary>
SktErrors.ESKT_UNABLEDEINITIALIZE = -22;
/// <summary>
/// The configuration is unknown
/// </summary>
SktErrors.ESKT_UNKNOWNCONFIGURATION = -23;
/// <summary>
/// The configuration is invalid
/// </summary>
SktErrors.ESKT_INVALIDCONFIGURATION = -24;
/// <summary>
/// Creating or adding an item that already exists
/// </summary>
SktErrors.ESKT_ALREADYEXISTING = -25;
/// <summary>
/// The provided buffer is too small
/// </summary>
SktErrors.ESKT_BUFFERTOOSMALL = -26;
/// <summary>
/// The specified device cannot be opened
/// </summary>
SktErrors.ESKT_UNABLEOPENDEVICE = -27;
/// <summary>
/// The specified device cannot be configured
/// </summary>
SktErrors.ESKT_UNABLECONFIGUREDEVICE = -28;
/// <summary>
/// The string cannot be converted
/// </summary>
SktErrors.ESKT_UNABLECONVERTSTRING = -29;
/// <summary>
/// The specified string cannot be copied
/// </summary>
SktErrors.ESKT_UNABLECOPYSTRING = -30;
/// <summary>
/// The specified device is not open
/// </summary>
SktErrors.ESKT_DEVICENOTOPEN = -31;
/// <summary>
/// The specified item is not available
/// </summary>
SktErrors.ESKT_NOTAVAILABLE = -32;
/// <summary>
/// The specified file cannot be written
/// </summary>
SktErrors.ESKT_UNABLEWRITEFILE = -33;
/// <summary>
/// The specified file cannot be read
/// </summary>
SktErrors.ESKT_UNABLEREADFILE = -34;
/// <summary>
/// The wait has failed
/// </summary>
SktErrors.ESKT_WAITFAILED = -35;
/// <summary>
/// The specified checksum is invalid
/// </summary>
SktErrors.ESKT_INVALIDCHECKSUM = -36;
/// <summary>
/// This command has been denied
/// </summary>
SktErrors.ESKT_COMMANDDENIED = -37;
/// <summary>
/// There was an error during communication
/// </summary>
SktErrors.ESKT_COMMUNICATIONERROR = -38;
/// <summary>
/// An unexpected command has been received
/// </summary>
SktErrors.ESKT_RECEIVEUNEXPECTEDCOMMAND = -39;
/// <summary>
/// The GUID cannot be created
/// </summary>
SktErrors.ESKT_UNABLECREATEGUID = -40;
/// <summary>
/// The specified value is invalid
/// </summary>
SktErrors.ESKT_INVALIDVALUE = -41;
/// <summary>
/// The request has timed out
/// </summary>
SktErrors.ESKT_REQUESTTIMEDOUT = -42;
/// <summary>
/// The operation is invalid
/// </summary>
SktErrors.ESKT_INVALIDOPERATION = -43;
/// <summary>
/// The protocol used is not the correct one
/// </summary>
SktErrors.ESKT_WRONGPROTOCOL = -44;
/// <summary>
/// The queue has been reset
/// </summary>
SktErrors.ESKT_QUEUERESETED = -45;
/// <summary>
/// The data size exceeeds maximum transmission unit
/// </summary>
SktErrors.ESKT_EXCEEDINGMTUSIZE = -46;
/// <summary>
/// The listener thread has nothing to listen to
/// </summary>
SktErrors.ESKT_NOTHINGTOLISTEN = -47;
/// <summary>
/// The current version is outdated
/// </summary>
SktErrors.ESKT_OUTDATEDVERSION = -48;
/// <summary>
/// The XML tag is invalid
/// </summary>
SktErrors.ESKT_INVALIDXMLTAG = -49;
/// <summary>
/// Cannot register for HID change notifications
/// </summary>
SktErrors.ESKT_UNABLEREGISTERFORHIDCHANGES = -50;
/// <summary>
/// The message cannot be retrieved
/// </summary>
SktErrors.ESKT_UNABLERETRIEVEMESSAGE = -51;
/// <summary>
/// There is a syntax error
/// </summary>
SktErrors.ESKT_SYNTAXERROR = -52;
/// <summary>
/// The specified file cannot be opened
/// </summary>
SktErrors.ESKT_UNABLEOPENFILE = -53;
/// <summary>
/// The file path cannot be retrieved
/// </summary>
SktErrors.ESKT_UNABLERETRIEVEPATH = -54;
/// <summary>
/// The specified directory cannot be created
/// </summary>
SktErrors.ESKT_UNABLECREATEDIRECTORY = -55;
/// <summary>
/// The specified file cannot be deleted
/// </summary>
SktErrors.ESKT_UNABLEDELETEFILE = -56;
/// <summary>
/// The specified directory cannot be deleted
/// </summary>
SktErrors.ESKT_UNABLEDELETEDIRECTORY = -57;
/// <summary>
/// The modem status cannot be read
/// </summary>
SktErrors.ESKT_UNABLEREADMODEMSTATUS = -60;
/// <summary>
/// The Class of Devices cannot be retrieved
/// </summary>
SktErrors.ESKT_UNABLEGETCLASSDEVICES = -61;
/// <summary>
/// The device interface cannot be retrieved
/// </summary>
SktErrors.ESKT_UNABLEGETDEVICEINTERFACE = -62;
/// <summary>
/// The specified file or device cannot be found
/// </summary>
SktErrors.ESKT_FILENOTFOUND = -63;
/// <summary>
/// The specified file or device is not accessible
/// </summary>
SktErrors.ESKT_FILEACCESSDENIED = -64;
/// <summary>
/// The HID information cannot be read
/// </summary>
SktErrors.ESKT_UNABLEREADHIDINFO = -70;
/// <summary>
/// The number of parameters is incorrect
/// </summary>
SktErrors.ESKT_INCORRECTNUMBEROFPARAMETERS = -84;
/// <summary>
/// The specified format is invalid
/// </summary>
SktErrors.ESKT_INVALIDFORMAT = -85;
/// <summary>
/// The version is invalid
/// </summary>
SktErrors.ESKT_INVALIDVERSION = -86;
/// <summary>
/// The service does not respond
/// </summary>
SktErrors.ESKT_SERVICENOTCOMMUNICATING = -87;
/// <summary>
/// The SoftScan overlay view is not set
/// </summary>
SktErrors.ESKT_OVERLAYVIEWNOTSET = -90;
/// <summary>
/// This operation has been canceled
/// </summary>
SktErrors.ESKT_CANCEL = -91;
/// <summary>
/// The operation has expired
/// </summary>
SktErrors.ESKT_EXPIRED = -92;
/// <summary>
/// The AppInfo information is invalid
/// </summary>
SktErrors.ESKT_INVALIDAPPINFO = -93;
;
//# sourceMappingURL=errors.js.map