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

GAUSS-03001 -- GAUSS-03010

GAUSS-03001: "smalldatetime out of range"

SQLSTATE: 22008

Description: Data is out of range.

Solution: Check the input data.

GAUSS-03002: "smalldatetime cannot be NaN"

SQLSTATE: 22008

Description: The data of smalldatetime type cannot be an unlimited value.

Solution: Check the input data.

GAUSS-03003: "timestamp(%d) precision must be between %d and %d"

SQLSTATE: 22023

Description: The precision of timestamp ranges from zero to six.

Solution: Check whether the input precision exceeds the threshold.

GAUSS-03004: "unexpected dtype %d while parsing timestamptz '%s'"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03005: "interval out of range"

SQLSTATE: 22008

Description: The input interval value is out of range.

Solution: Check the input data.

GAUSS-03006: "unexpected dtype %d while parsing interval '%s'"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03007: "could not convert interval to tm"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03008: "invalid INTERVAL type modifier"

SQLSTATE: 22023

Description: The precision of the interval type is invalid.

Solution: Correct the precision.

GAUSS-03009: "INTERVAL(%d) precision must not be negative"

SQLSTATE: 22023

Description: The precision of the interval type cannot be negative.

Solution: Correct the precision.

GAUSS-03010: "invalid INTERVAL typmod: 0x%x"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.