mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
fix H9360 error message 🐛
This commit is contained in:
parent
097557c833
commit
4fc4c3b873
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ const byErrorCode = Object.assign(Object.create(null), {
|
||||||
H9360: {
|
H9360: {
|
||||||
isClient: true,
|
isClient: true,
|
||||||
code: INVALID_REQUEST,
|
code: INVALID_REQUEST,
|
||||||
message: 'journeys search: error in a data field',
|
message: 'journeys search: invalid date/time',
|
||||||
statusCode: 400
|
statusCode: 400
|
||||||
},
|
},
|
||||||
H9380: {
|
H9380: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue