OLINGO-980: Adding the missing message key
This commit is contained in:
parent
e916006e27
commit
ec009caa64
|
@ -134,6 +134,7 @@ DeserializerException.DUPLICATE_JSON_PROPERTY="JSON properties must not appear t
|
||||||
DeserializerException.UNKNOWN_PRIMITIVE_TYPE=Unknown primitive type '%1$s' for property '%2$s';
|
DeserializerException.UNKNOWN_PRIMITIVE_TYPE=Unknown primitive type '%1$s' for property '%2$s';
|
||||||
DeserializerException.NAVIGATION_PROPERTY_NOT_FOUND=Can`t find navigation property with name: '%1$s'.
|
DeserializerException.NAVIGATION_PROPERTY_NOT_FOUND=Can`t find navigation property with name: '%1$s'.
|
||||||
DeserializerException.INVALID_ANNOTATION_TYPE=The annotation '%1$s' has the wrong JSON type.
|
DeserializerException.INVALID_ANNOTATION_TYPE=The annotation '%1$s' has the wrong JSON type.
|
||||||
|
DeserializerException.INVALID_NULL_ANNOTATION="Annotation: '%1$s' must not have a null value."
|
||||||
DeserializerException.INVALID_ENTITY_BINDING_LINK=The binding link '%1$s' is malformed.
|
DeserializerException.INVALID_ENTITY_BINDING_LINK=The binding link '%1$s' is malformed.
|
||||||
DeserializerException.INVALID_ACTION_PARAMETER_TYPE=The action parameter '%1$s' must be either primitive, complex or an entity or a collection of those types.
|
DeserializerException.INVALID_ACTION_PARAMETER_TYPE=The action parameter '%1$s' must be either primitive, complex or an entity or a collection of those types.
|
||||||
DeserializerException.INVALID_NULL_PARAMETER=The parameter '%1$s' must not be null.
|
DeserializerException.INVALID_NULL_PARAMETER=The parameter '%1$s' must not be null.
|
||||||
|
|
Loading…
Reference in New Issue