react-native-star-io10
Version:
react-native-star-io10 is a library for supporting application development for Star Micronics devices.
18 lines • 548 B
text/typescript
export enum StarIO10ErrorCode {
None = 0,
DeviceHasError = 1000,
PrinterHoldingPaper = 1001,
PrintingTimeout = 1002,
BluetoothUnavailable = 2000,
NetworkUnavailable = 2001,
SpoolerIsDisabled = 3000,
SpoolerBufferIsNotEnough = 3001,
SpoolerJobIdNotExists = 3002,
InvalidPassword = 4000,
NeedToChangePassword = 4001,
JsonFormatError = 5000,
StarConfigurationFormatError = 6000,
StarConfigurationParameterError = 6001,
StarConfigurationSpecifiedFileError = 6002,
InvalidTemplate = 7000
}