Interface DataReadyResponseStructure.ErrorConditionTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DataReadyResponseStructure.ErrorConditionType, DataReadyResponseStructure.ErrorConditionType.Builder
Enclosing class:
DataReadyResponseStructure

public static interface DataReadyResponseStructure.ErrorConditionTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUnknownSubscriptionError

      boolean hasUnknownSubscriptionError()
       Error: Subscription not found.  [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
       
      .uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 1;
      Returns:
      Whether the unknownSubscriptionError field is set.
    • getUnknownSubscriptionError

      UnknownSubscriptionErrorStructure getUnknownSubscriptionError()
       Error: Subscription not found.  [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
       
      .uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 1;
      Returns:
      The unknownSubscriptionError.
    • getUnknownSubscriptionErrorOrBuilder

      UnknownSubscriptionErrorStructureOrBuilder getUnknownSubscriptionErrorOrBuilder()
       Error: Subscription not found.  [siri/siri_request_errorConditions-v2.0.xsd at 551:118]
       
      .uk.org.siri.www.siri.UnknownSubscriptionErrorStructure unknown_subscription_error = 1;
    • hasOtherError

      boolean hasOtherError()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
      Returns:
      Whether the otherError field is set.
    • getOtherError

      OtherErrorStructure getOtherError()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
      Returns:
      The otherError.
    • getOtherErrorOrBuilder

      OtherErrorStructureOrBuilder getOtherErrorOrBuilder()
       Error: Error type other than the well defined codes.  [siri/siri_request_errorConditions-v2.0.xsd at 573:90]
       
      .uk.org.siri.www.siri.OtherErrorStructure other_error = 2;
    • hasDescription

      boolean hasDescription()
       Text description of error.  [siri/siri_common_services-v2.0.xsd at 647:89]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
      Returns:
      Whether the description field is set.
    • getDescription

      ErrorDescriptionStructure getDescription()
       Text description of error.  [siri/siri_common_services-v2.0.xsd at 647:89]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;
      Returns:
      The description.
    • getDescriptionOrBuilder

      ErrorDescriptionStructureOrBuilder getDescriptionOrBuilder()
       Text description of error.  [siri/siri_common_services-v2.0.xsd at 647:89]
       
      .uk.org.siri.www.siri.ErrorDescriptionStructure description = 11;