INVALID_PARAMETER_MARKER_VALUE error condition
An invalid parameter mapping was provided:
DUPLICATE_NAME
multiple parameter mappings were given with the name '<name>'.
INVALID_DATA_TYPE
the given data type '<dataType>' for parameter '<name>' is not valid.
INVALID_VALUE_FOR_DATA_TYPE
the value <valueLiteral> for parameter '<name>' cannot be cast to <dataType> because it is malformed.
MALFORMED_INPUT
the value mapping for parameter '<name>' is malformed.
MISSING_NAME
no parameter name is given for the value provided at position <position>.