Reference Guide
MoonshotCM_Data_Model_Reference_edit2.html[10/29/2014 1:09:23 AM]
The correct type of value was supplied for the property, but the value is not supported.
Severity: Warning
Resolution: If the operation did not complete, choose a value from the enumeration list and resubmit your request.
Base.0.9.PropertyValueTypeError
An incorrect property type was supplied for the value of a property. For example, a number supplied for a property that requires a string.
Severity: Warning
Resolution: If the operation did not complete, correct the property value in the request body and resubmit the request.
Base.0.9.QueryNotSupported
The query is not supported by the implementation.
Severity: Warning
Resolution: If the operation did not complete, remove the query parameter and resubmit the request.
Base.0.9.QueryNotSupportedOnResource
The query is not supported on a given resource. For example, a start/count query is attempted on a resource that is not a collection.
Severity: Warning
Resolution: If the operation did not complete, remove the query parameters and resubmit the request.
Base.0.9.QueryParameterOutOfRange
The value specified for a query parameter is out of range for a given resource. For example, a page is requested that is outside the valid page range.
Severity: Warning
Resolution: Specify a value for the query parameter that is within range. For example, a page that is within the valid range of pages.
Base.0.9.QueryParameterValueFormatError
The correct type of value was supplied for the query parameter, but the format is not supported or the size/length was exceeded.
Severity: Warning
Resolution: If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.
Base.0.9.QueryParameterValueTypeError
The incorrect type of value was supplied for the query parameter. For example, a number supplied for a query parameter that requires a string.
Severity: Warning
Resolution: If the operation did not complete, correct the value for the query parameter in the request body and resubmit the request.