| InvalidIntegrationKeyException |
An exception that occurs when the integrationKey value does not correspond with the integrationKey metadata definition.
|
| InvalidPropertyValueException |
Exception to throw when a value cannot be assigned to the property that is under concern.
|
| ItemNotFoundException |
Exception to throw for error scenarios produced by invalid Data.
|
| MissingKeyException |
Exception thrown when the entityType has no valid key defined
Will result in HttpStatus 400
|
| MissingKeyNavigationPropertyException |
Exception to thrown when a key navigationProperty element for the entityType is not supplied in the request.
|
| MissingKeyPropertyException |
Exception to thrown when a key property element for the entityType is not supplied in the request.
|
| MissingNavigationPropertyException |
Exception to thrown when a required navigationProperty does not already exist.
|
| MissingPropertyException |
Exception to thrown when a required property does not already exist.
|
| PropertyNotFoundException |
Exception to throw when a property cannot be found on the current EdmEntityType
Will result in HttpStatus 404
|