Skip to content

Commit

Permalink
problem message for unsupported sorting method
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 28, 2022
1 parent 786b3c6 commit 20381ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OJP/OJP_PlaceSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,11 @@
<xs:documentation>The service does not support any restrictions by localities.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOCATION_UNSUPPORTEDSORTINGMETHOD">
<xs:annotation>
<xs:documentation>The service does not support the sorting method. The details should provide a list of the allowed methods the service supports.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOCATION_OTHER">
<xs:annotation>
<xs:documentation>A problem has occurred that does not have a specific problem type.</xs:documentation>
Expand Down

0 comments on commit 20381ba

Please sign in to comment.