| Package | Description |
|---|---|
| com.conveyal.gtfs.error |
This package contains all the objects that represent errors encountered during GTFS loading.
|
| com.conveyal.gtfs.validator.model |
| Modifier and Type | Field and Description |
|---|---|
Priority |
DuplicateTripError.priority |
Priority |
ReversedTripShapeError.priority |
Priority |
NoAgencyInFeedError.priority |
Priority |
NewGTFSErrorType.priority |
Priority |
MisplacedStopError.priority |
Priority |
UnusedStopError.priority |
Priority |
ShapeMissingCoordinatesError.priority |
Priority |
MissingShapeError.priority |
Priority |
TableInSubdirectoryError.priority |
| Modifier and Type | Method and Description |
|---|---|
Priority |
GTFSError.getPriority() |
| Modifier and Type | Field and Description |
|---|---|
Priority |
InvalidValue.priority
Is this something that is high priority or a nice-to-have?
|
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvalidValue(String affectedEntity,
String affectedField,
String affectedEntityId,
String problemType,
String problemDescription,
Object problemData,
Priority priority) |
Copyright © 2019. All rights reserved.