Skip to main content

SEARCH_INDEX_INVALID_PARAMETERS error condition

SQLSTATE: 42K06

Cannot create search index, invalid parameter is given:

INVALID_PARAMETER_VALUE

<parameterName> must be one of the following values: <allowedValues>.

PARAMETER_MUST_BE_GREATER_THAN

<parameterName> must be greater than to or equal <minValue>.

PARAMETER_MUST_BE_INTEGER

<parameterName> must be an integer value.

PARAMETER_MUST_BE_LESS_THAN

<parameterName> must be less than or equal to <maxValue>.

UNKNOWN_PARAMETER_KEYS

<parameterNames> are not recognized parameters.