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

GAUSS-03011 -- GAUSS-03020

GAUSS-03011: "unrecognized interval typmod: %d"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03012: "interval(%d) precision must be between %d and %d"

SQLSTATE: 22023

Description: The precision of the interval type must range from zero to six.

Solution: Correct the precision.

GAUSS-03013: "invalid argument for EncodeSpecialTimestamp"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03014: "cannot subtract infinite timestamps"

SQLSTATE: 22008

Description: The infinite timestamp cannot be subtracted.

Solution: Check the input data.

GAUSS-03015: "expected 2-element interval array"

SQLSTATE: XX000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03016: "timestamp units '%s' not supported"

SQLSTATE: 0A000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03017: "timestamp units '%s' not recognized"

SQLSTATE: 22023

Description: The timestamp does not have a time unit.

Solution: Ensure that the input parameter is valid.

GAUSS-03018: "timestamp with time zone units '%s' not supported"

SQLSTATE: 0A000

Description: Internal system error.

Solution: Contact technical support.

GAUSS-03019: "timestamp with time zone units '%s' not recognized"

SQLSTATE: 22023

Description: Timestamp with timezone does not have unit.

Solution: Ensure that the input parameter is valid.

GAUSS-03020: "interval units '%s' not supported"

SQLSTATE: 0A000

Description: Internal system error.

Solution: Contact technical support.