/** * Errors Module * * @packageDocumentation */ export { BluetoothPrintError, ErrorCode } from './baseError'; export { ConnectionError, ConnectionErrorCode } from './ConnectionError'; export { PrintJobError, PrintJobErrorCode } from './PrintJobError'; export { CommandBuildError, CommandBuildErrorCode } from './CommandBuildError';