ErrorCodes: {
DUPLICATE_NET_NAME: { code: string; message: string };
DUPLICATE_PART: { code: string; message: string };
DUPLICATE_PIN: { code: string; message: string };
EMPTY_NET_NAME: { code: string; message: string };
FILE_NOT_FOUND: { code: string; message: string };
FILE_READ_ERROR: { code: string; message: string };
FOOTPRINT_NAME_TOO_LONG: { code: string; message: string };
INVALID_FILE_HEADER: { code: string; message: string };
INVALID_NET_FORMAT: { code: string; message: string };
INVALID_NET_NAME: { code: string; message: string };
INVALID_PART_FORMAT: { code: string; message: string };
INVALID_PART_REFDES: { code: string; message: string };
INVALID_PIN_FORMAT: { code: string; message: string };
INVALID_SECTION_HEADER: { code: string; message: string };
MISSING_NET_SECTION: { code: string; message: string };
MISSING_PART_SECTION: { code: string; message: string };
MISSING_TOKEN: { code: string; message: string };
NET_NAME_TOO_LONG: { code: string; message: string };
PART_REFDES_TOO_LONG: { code: string; message: string };
PIN_NAME_TOO_LONG: { code: string; message: string };
PIN_REFDES_TOO_LONG: { code: string; message: string };
UNEXPECTED_EOF: { code: string; message: string };
UNEXPECTED_SECTION: { code: string; message: string };
UNEXPECTED_TOKEN: { code: string; message: string };
} = ...
Type declaration
DUPLICATE_NET_NAME: { code: string; message: string }
DUPLICATE_PART: { code: string; message: string }
DUPLICATE_PIN: { code: string; message: string }
EMPTY_NET_NAME: { code: string; message: string }
FILE_NOT_FOUND: { code: string; message: string }
FILE_READ_ERROR: { code: string; message: string }
FOOTPRINT_NAME_TOO_LONG: { code: string; message: string }
INVALID_FILE_HEADER: { code: string; message: string }
INVALID_NET_FORMAT: { code: string; message: string }
INVALID_NET_NAME: { code: string; message: string }
INVALID_PART_FORMAT: { code: string; message: string }
INVALID_PART_REFDES: { code: string; message: string }
INVALID_PIN_FORMAT: { code: string; message: string }
INVALID_SECTION_HEADER: { code: string; message: string }
MISSING_NET_SECTION: { code: string; message: string }
MISSING_PART_SECTION: { code: string; message: string }
MISSING_TOKEN: { code: string; message: string }
NET_NAME_TOO_LONG: { code: string; message: string }
PART_REFDES_TOO_LONG: { code: string; message: string }
PIN_NAME_TOO_LONG: { code: string; message: string }
PIN_REFDES_TOO_LONG: { code: string; message: string }
UNEXPECTED_EOF: { code: string; message: string }
UNEXPECTED_SECTION: { code: string; message: string }
UNEXPECTED_TOKEN: { code: string; message: string }
Error codes and messages for the PADS parser.