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

GAUSS-02911 -- GAUSS-02920

GAUSS-02911: "suppress_redundant_updates_trigger: must be called as trigger"

SQLSTATE: 39P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02912: "suppress_redundant_updates_trigger: must be called on update"

SQLSTATE: 39P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02913: "suppress_redundant_updates_trigger: must be called before update"

SQLSTATE: 39P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02914: "suppress_redundant_updates_trigger: must be called for each row"

SQLSTATE: 39P01

Description: Internal system error.

Solution: Contact technical support.

GAUSS-02915: "could not determine input data types"

SQLSTATE: 22023

Description: The data type is incorrect.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02916: "neither input type is an array"

SQLSTATE: 42804

Description: Array data error.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02917: "argument must be empty or one-dimensional array"

SQLSTATE: 22000

Description: The parameter value is invalid.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02918: "cannot concatenate incompatible arrays"

SQLSTATE: 42804

Description: Array data error.

Solution: Contact technical support. Alternatively, check the statement or data.

GAUSS-02919: "cannot concatenate incompatible arrays"

SQLSTATE: 2202E

Description: Array data error.

Solution: Contact technical support. Alternatively, check the statement or data.

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

SQLSTATE: 22023

Description: The array dimension is less than zero.

Solution: Ensure that the input parameter is valid.