Skip to content

Commit

Permalink
Fixed blank error message for segment 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbarbin committed Sep 5, 2024
1 parent e4ddb1f commit 52eef5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _data/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,8 @@
"err_no": 13050,
"err_message": "NUMBER OF STOLEN AND NUMBER OF RECOVERED VEHICLES MUST BE LEFT BLANK BASED ON THE OFFENSES AND PROPERTIES SUPPLIED",
"err_desc": {
"18": "In order to supply a value for Number of Stolen Vehicles or Number of Recovered Vehicles, the Incident must contain at least one 240 (MV Theft) Offense that is completed, and a Segment 31 that contains a Property Description of Vehicle, and a Loss Type of 7 - Stolen."
"18": "In order to supply a value for Number of Stolen Vehicles or Number of Recovered Vehicles, the Incident must contain at least one 240 (MV Theft) Offense that is completed, and a Segment 31 that contains a Property Description of Vehicle, and a Loss Type of 7 - Stolen.",
"19": "In order to supply a value for Number of Stolen Vehicles or Number of Recovered Vehicles, the Incident must contain at least one 240 (MV Theft) Offense that is completed, and a Segment 31 that contains a Property Description of Vehicle, and a Loss Type of 7 - Stolen."
}
},
"13051": {
Expand Down
2 changes: 1 addition & 1 deletion librs-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2475,7 +2475,7 @@ Requirement | Requirement Description | Error Number | Error Message
{% assign error = site.data.error["13050"] -%}
4 | {{error.err_desc["19"]}} | {{error.err_no}}| {{ error.err_message }}
{% assign error = site.data.error["10079"] -%}
4 | {{error.err_desc["19"]}} | {{error.err_no}}| {{ error.err_message }}
5 | {{error.err_desc["19"]}} | {{error.err_no}}| {{ error.err_message }}



Expand Down

0 comments on commit 52eef5a

Please sign in to comment.