diff --git a/docs/odata-protocol/odata-protocol.html b/docs/odata-protocol/odata-protocol.html index 262a83939..677c02639 100644 --- a/docs/odata-protocol/odata-protocol.html +++ b/docs/odata-protocol/odata-protocol.html @@ -512,6 +512,11 @@
400 Bad Request
in addition to 501 Not Implemented
for unsupported functionalityAs defined in RFC9110, error codes in the 5xx
range indicate service errors.
501 Not Implemented
If the client requests functionality not implemented by the OData Service, the service responds with 501 Not Implemented
and SHOULD include a response body describing the functionality not implemented.
If the client requests functionality not implemented by the OData Service, the service MAY respond with 501 Not Implemented
and include a response body describing the functionality not implemented.
An error response body can be the result of a failure of OData processing or of the underlying infrastructure. An OData-specific error response (which can be recognized by the presence of the OData-Version
header) is format-specific and consists at least of the following information:
501 Not Implemented
for any unsupported functionality (section 9.3.1)501 Not Implemented
for any unsupported functionality (section 9.3.1)$select
(section 11.2.5.1)$top
(section 11.2.6.3)eq
, ne
filter operations on properties of entities in the requested entity set (section 11.2.6.1.1)$filter
expressions (section 11.2.6.1.3)501 Not Implemented
for any unsupported filter operations (section 9.3.1)501 Not Implemented
for any unsupported canonical functions (section 9.3.1)$filter
on expanded entities (section 11.2.5.2.1)$metadata
according to OData-CSDLXML (section 11.1.2)$metadata
501 Not Implemented
or 400 Bad Request
400 Bad Request
or 501 Not Implemented