OpenTripPlanner: ErrorCodeStructure
  • Resources
  • Data Types
  • Files and Libraries
  • Back to Top
  1. Home
  2. JSON
  3. ErrorCodeStructure

ErrorCodeStructure Data Type

Subtypes
AccessNotAllowedErrorStructure, UnknownEndpointErrorStructure, CapabilityNotSupportedErrorStructure, ServiceNotAvailableErrorStructure, EndpointNotAvailableAccessStructure, EndpointDeniedAccessStructure, InvalidDataReferencesErrorStructure, UnknownSubscriptionErrorStructure, UnknownExtensionsErrorStructure, UnapprovedKeyAccessStructure, BeyondDataHorizonErrorStructure, ParametersIgnoredErrorStructure, OtherErrorStructure, UnknownParticipantErrorStructure, AllowedResourceUsageExceededErrorStructure, NoInfoForTopicErrorStructure, UnknownSubscriberErrorStructure
Implemented Interfaces
Serializable
Properties
name data type description
ErrorText string
number number

Example

{
  "ErrorText" : "...",
  "number" : 12345
}

Generated by Enunciate.