GAUSS-03021 -- GAUSS-03030
GAUSS-03021: “interval units '%s' not recognized”
SQLSTATE: 22023
Description: The interval type does not have a time unit.
Solution: Check the input parameter.
GAUSS-03022: “could not convert to time zone '%s'”
SQLSTATE: 22023
Description: Failed to convert to a specified time zone.
Solution: Check the input parameter. For the data value range.
GAUSS-03023: “time zone '%s' not recognized”
SQLSTATE: 22023
Description: Failed to recognize the time zone to be converted.
Solution: Check the input parameter.
GAUSS-03024: “interval time zone '%s' must not specify month”
SQLSTATE: 22023
Description: Failed to specify a month for the time zone of the interval type.
Solution: Check the input parameter. For the data value range, see en-us_topic_0237121926.md.
GAUSS-03027: “the format is not correct!”
SQLSTATE: 0A000
Description: The date format is incorrect.
Solution: Ensure that the format of the input data is correct. For the data value range.
GAUSS-03028: “the year is invalid”
SQLSTATE: 0A000
Description: The year value is invalid.
Solution: Ensure that the input year value contains four digits.
GAUSS-03029: “the month is invalid!”
SQLSTATE: 0A000
Description: The month value is invalid.
Solution: Ensure that the input month value contains two digits.
GAUSS-03030: “the format is not correct\n”
SQLSTATE: 0A000
Description: More than two separators are found in time strings, which is invalid.
Solution: Ensure that the input data is valid. For the data value range.