See: Description
| Class | Description |
|---|---|
| DateParseError |
Represents a problem parsing a date field from a GTFS feed.
|
| DuplicateKeyError |
Indicates that a GTFS entity was not added to a table because another object already exists with the same primary key.
|
| DuplicateStopError |
Indicates that a stop exists more than once in the feed.
|
| DuplicateTripError |
Created by landon on 5/6/16.
|
| EmptyFieldError |
Indicates that a field marked as required is not present in a GTFS feed on a particular line.
|
| EmptyTableError |
Created by landon on 4/5/17.
|
| GeneralError |
Represents any GTFS loading problem that does not have its own class, with a free-text message.
|
| GTFSError |
Represents an error encountered while loading or validating a GFTS feed.
|
| MisplacedStopError |
Created by landon on 5/11/16.
|
| MissingColumnError |
Indicates that a column marked as required is entirely missing from a GTFS feed.
|
| MissingShapeError |
Created by landon on 5/6/16.
|
| MissingTableError |
Indicates that a table marked as required is not present in a GTFS feed.
|
| NewGTFSError |
TODO make hierarchy of feedError, tableError, lineError each adding fields and calling constructors.
|
| NoAgencyInFeedError |
Created by landon on 5/2/17.
|
| NoTripsForRouteError |
Created by landon on 5/26/16.
|
| NumberParseError |
Represents a problem parsing an integer field of GTFS feed.
|
| RangeError |
Indicates that a number is out of the acceptable range.
|
| ReferentialIntegrityError |
Indicates that an entity referenced another entity that does not exist.
|
| ReversedTripShapeError |
Created by landon on 5/6/16.
|
| ShapeMissingCoordinatesError |
Created by landon on 5/2/16.
|
| SQLErrorStorage |
This is an abstraction for something that stores GTFS loading and validation errors one by one.
|
| TableInSubdirectoryError |
Created by landon on 10/14/16.
|
| TimeParseError |
Represents a problem parsing a time of day field of GTFS feed.
|
| TimeZoneError |
Created by landon on 5/11/16.
|
| UnusedStopError |
Indicates that a stop exists more than once in the feed.
|
| URLParseError |
Represents a problem parsing a URL field from a GTFS feed.
|
| Enum | Description |
|---|---|
| NewGTFSErrorType |
Copyright © 2019. All rights reserved.