GAUSS-03031 -- GAUSS-03040
GAUSS-03031: "the time is not correct!"
SQLSTATE: 0A000
Description: The length of the time string exceeds the limit.
Solution: Shorten the time string.
GAUSS-03032: "the hour is invalid!"
SQLSTATE: 0A000
Description: The hour value is invalid.
Solution: Ensure that the input hour value contains two digits.
GAUSS-03033: "the minute is invalid!"
SQLSTATE: 0A000
Description: The minute value is invalid.
Solution: Ensure that the input minute value contains two digits.
GAUSS-03034: "the year = %d is illegal"
SQLSTATE: 0A000
Description: The year value is invalid.
Solution: Ensure that the year value is between 0 and 9999.
GAUSS-03035: "the day = %d for february in leap year is illegal"
SQLSTATE: 0A000
Description: Dates of February in a leap year are invalid.
Solution: Modify the date value.
GAUSS-03036: "the day = %d for big month is illegal"
SQLSTATE: 0A000
Description: The date of a solar month of 31 days is invalid.
Solution: Modify the date value.
GAUSS-03037: "the day = %d for small month is illegal"
SQLSTATE: 0A000
Description: The date of a solar month of 30 days is invalid.
Solution: Modify the date value.
GAUSS-03038: "the day = %d for February in commen year is illegal"
SQLSTATE: 0A000
Description: Dates of February in a non-leap year are invalid.
Solution: Modify the date value.
GAUSS-03039: "the month = %d is illegal"
SQLSTATE: 0A000
Description: The month value is invalid.
Solution: Ensure that the year value is between 1 and 12.
GAUSS-03040: "the hour = %d is illegal"
SQLSTATE: 0A000
Description: The hour value is invalid.
Solution: Ensure that the hour value is between 0 to 24.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.