Error and Warning Codes¶
Overview¶
NB | System | Description |
---|---|---|
4 | MLFB | MLFB contains 9 or/and Z in position seven or higher, but the required short code (ANA) is missing or wrong |
5 | MLFB | MLFB has appended -Z , but the required short code (ANN) is missing |
8 | MLFB | Short codes shouldn't have more than three positions (ANA / ANN) |
9 | MLFB | Short code contains letters I , O or Z |
10 | MLFB | Short code ANA is duplicated: {shortcode} |
12 | MLFB | There is no appended -Z despite the presence of short code (ANN) |
14 | MLFB | ANA shortcode identified but no 9 or Z in position seven or higher |
15 | MLFB | First position of short code (ANA) is not one of the letters G , H , J , K , L , M , N , P , Q , or R |
90 | MLFB | Short code should have Y either in the first position (for ANN) or in the last position (ANA) |
91 | MLFB | Short code adapted |
101 | GTIN | GTIN must be 12, 13 or 14 digits long |
102 | GTIN | bad checksum {X} . {Y} expected |
Examples¶
NB | System | Description | Example | Message Type |
---|---|---|---|---|
4 | MLFB | MLFB contains 9 or/and Z in position seven or higher, but the required short code (ANA) is missing or wrong | 1ab1234-5z-za23 | ERROR |
5 | MLFB | MLFB has appended -Z , but the required short code (ANN) is missing | 1ab1234-5z-zj2k | ERROR |
8 | MLFB | Short codes shouldn't have more than three positions (ANA / ANN) | 1ab1234-5z-zj2kr | ERROR |
9 | MLFB | Short code contains letters I , O or Z | 1ab1234-5z-za23j2kzio | ERROR |
10 | MLFB | Short code ANA is duplicated: H2A | 1LG4313-9AA60-ZH2A+H2A+A23 | ERROR |
12 | MLFB | There is no appended -Z despite the presence of short code (ANN) | 1ab1234-zo12 | ERROR |
14 | MLFB | ANA shortcode identified but no 9 or Z in position seven or higher | 1ab12345c-za23+l1x | ERROR |
15 | MLFB | First position of short code (ANA) is not one of the letters G , H , J , K , L , M , N , P , Q , or R | 1LA83152AA6-za01+a01+b01+b1b | ERROR |
90 | MLFB | Short code should have Y either in the first position (for ANN) or in the last position (ANA) | 1ab1234-zy12 | WARNING |
91 | MLFB | Short code adapted | 7MF49123DA07-ZC11C12C20L00V04 | WARNING |
101 | GTIN | GTIN must be 12, 13 or 14 digits long | 00380100 | ERROR |
102 | GTIN | Bad checksum 4. 8 expected | 0038010000464 | ERROR |