Updated on 2023-12-22 GMT+08:00

GAUSS-03091 -- GAUSS-03100

GAUSS-03091: "malformed array literal: '%s'"

SQLSTATE: 22P02

Description: The format of the input data for the array is incorrect.

Solution: Check whether the input string can be converted to an array constant.

GAUSS-03092: "multidimensional arrays must have array expressions with matching dimensions"

SQLSTATE: 22P02

Description: Multi-dimensional arrays must be provided with dimension-matching expressions.

Solution: Check the input string.

GAUSS-03093: "array size exceeds the maximum allowed (%d)"

SQLSTATE: 54000

Description: The array length exceeds the maximum.

Solution: Ensure that the number of array elements contained in the input string does not exceed the value specified in the error information.

GAUSS-03094: "null array element where not supported"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03095: "invalid number of dimensions: %d"

SQLSTATE: 22P03

Description: The array dimension is less than zero.

Solution: Ensure that the input parameter is valid.

GAUSS-03096: "invalid array flags"

SQLSTATE: 22P03

Description: The array flag is invalid. The value can only be 0 or 1.

Solution: Ensure that the input parameter is valid.

GAUSS-03097: "wrong element type"

SQLSTATE: 42804

Description: Types of the array elements are inconsistent.

Solution: Ensure that the input parameter is valid.

GAUSS-03098: "insufficient data left in message"

SQLSTATE: 22P03

Description: The remaining bytes of the message are less than the bytes obtained from the message.

Solution: Ensure the input string is valid.

GAUSS-03099: "improper binary format in array element %d"

SQLSTATE: 22P03

Description: When the array is read, there is still data in the buffer.

Solution: If the input data is incorrect, check it.

GAUSS-03100: "slices of fixed-length arrays not implemented"

SQLSTATE: 0A000

Description: The fixed-length array does not support sharding.

Solution: Do not perform sharding to fixed-length arrays in the query.