| 51 | | public static final int ERROR_CODE_FROM_TO_ROUTE_TAG = 3701; |
| 52 | | public static final int ERROR_CODE_FIRST_LAST_STOP_WAY_TAG = 3702; |
| 53 | | public static final int ERROR_CODE_TRIVIAL_FIX = 3710; |
| 54 | | public static final int ERROR_CODE_SORTING = 3711; |
| 55 | | public static final int ERROR_CODE_PARTIAL_SORTING = 3712; |
| 56 | | public static final int ERROR_CODE_ROAD_TYPE = 3721; |
| 57 | | public static final int ERROR_CODE_CONSTRUCTION = 3722; |
| 58 | | public static final int ERROR_CODE_DIRECTION = 3731; |
| 59 | | public static final int ERROR_CODE_END_STOP = 3741; |
| 60 | | public static final int ERROR_CODE_SPLIT_WAY = 3742; |
| 61 | | public static final int ERROR_CODE_RELATION_MEMBER_ROLES = 3743; |
| 62 | | public static final int ERROR_CODE_SOLITARY_STOP_POSITION = 3751; |
| 63 | | public static final int ERROR_CODE_PLATFORM_PART_OF_HIGHWAY = 3752; |
| 64 | | public static final int ERROR_CODE_STOP_NOT_SERVED = 3753; |
| 65 | | public static final int ERROR_CODE_STOP_BY_STOP = 3754; |
| 66 | | public static final int ERROR_CODE_NOT_PART_OF_STOP_AREA = 3761; |
| 67 | | public static final int ERROR_CODE_STOP_AREA_NO_STOPS = 3762; |
| 68 | | public static final int ERROR_CODE_STOP_AREA_NO_PLATFORM = 3763; |
| 69 | | public static final int ERROR_CODE_STOP_AREA_COMPARE_RELATIONS = 3764; |
| 70 | | public static final int ERROR_CODE_ROUTE_REF = 3765; |
| | 51 | public static final int ERROR_CODE_FROM_TO_ROUTE_TAG = 30_701; |
| | 52 | public static final int ERROR_CODE_FIRST_LAST_STOP_WAY_TAG = 30_702; |
| | 53 | public static final int ERROR_CODE_CONTINUITY = 30_703; |
| | 54 | public static final int ERROR_CODE_TRIVIAL_FIX = 30_710; |
| | 55 | public static final int ERROR_CODE_SORTING = 30_711; |
| | 56 | public static final int ERROR_CODE_PARTIAL_SORTING = 30_712; |
| | 57 | public static final int ERROR_CODE_ROAD_TYPE = 30_721; |
| | 58 | public static final int ERROR_CODE_CONSTRUCTION = 30_722; |
| | 59 | public static final int ERROR_CODE_DIRECTION = 30_731; |
| | 60 | public static final int ERROR_CODE_END_STOP = 30_741; |
| | 61 | public static final int ERROR_CODE_SPLIT_WAY = 30_742; |
| | 62 | public static final int ERROR_CODE_RELATION_MEMBER_ROLES = 30_743; |
| | 63 | public static final int ERROR_CODE_SOLITARY_STOP_POSITION = 30_751; |
| | 64 | public static final int ERROR_CODE_PLATFORM_PART_OF_HIGHWAY = 30_752; |
| | 65 | public static final int ERROR_CODE_STOP_NOT_SERVED = 30_753; |
| | 66 | public static final int ERROR_CODE_STOP_BY_STOP = 30_754; |
| | 67 | public static final int ERROR_CODE_NOT_PART_OF_STOP_AREA = 30_761; |
| | 68 | public static final int ERROR_CODE_STOP_AREA_NO_STOPS = 30_762; |
| | 69 | public static final int ERROR_CODE_STOP_AREA_NO_PLATFORM = 30_763; |
| | 70 | public static final int ERROR_CODE_STOP_AREA_COMPARE_RELATIONS = 30_764; |
| | 71 | public static final int ERROR_CODE_ROUTE_REF = 30_765; |