export class ErrorNumber {
  static noData: number = -32768;
  static noConnection: number = 655470;
  static unknown_1: number = 10485760;
  static maxPositivNumber: number = 32767;
  static max16BitNumber: number = 65535;
}