mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
comment
This commit is contained in:
parent
9c4b052afc
commit
61f387bbd0
1 changed files with 1 additions and 0 deletions
|
@ -1933,6 +1933,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
// or with the selected means of transport on the required date/time.
|
||||
return new QueryConnectionsResult(header, QueryConnectionsResult.Status.NO_CONNECTIONS);
|
||||
else if (errorCode == 9360)
|
||||
// H9360: Unfortunately your connection request can currently not be processed.
|
||||
return new QueryConnectionsResult(header, QueryConnectionsResult.Status.INVALID_DATE);
|
||||
else if (errorCode == 9380)
|
||||
return new QueryConnectionsResult(header, QueryConnectionsResult.Status.TOO_CLOSE); // H9380
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue