GAUSS-03061 -- GAUSS-03070
GAUSS-03061: "invalid input syntax for type circle: '%s'"
SQLSTATE: 22P02
Description: The circle type value is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03062: "could not format 'circle' value"
SQLSTATE: 22023
Description: The input value of the circle type cannot construct the circle type data.
Solution: No solution is provided (This error does not occur).
GAUSS-03063: "invalid radius in external 'circle' value"
SQLSTATE: 22P03
Description: The input circle radius is smaller than zero.
Solution: Ensure that the input circle radius is valid.
GAUSS-03064: "cannot convert circle with radius zero to polygon"
SQLSTATE: 0A000
Description: The circle whose radius is zero cannot be converted to a polygon.
Solution: Ensure that the input circle radius is valid.
GAUSS-03065: "must request at least 2 points"
SQLSTATE: 22023
Description: The number of output points is smaller than 2.
Solution: Ensure that the input number of points is greater than or equal to two.
GAUSS-03066: "cannot convert empty polygon to circle"
SQLSTATE: 22023
Description: A polygon that has no point cannot be converted to a circle type value.
Solution: Ensure that the input polygon value is valid.
GAUSS-03067: "NULL pointer"
SQLSTATE: XX005
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03068: "value '%s' is out of range for type integer"
SQLSTATE: 22003
Description: The parameter value is out of the value range of an integer type value.
Solution: Ensure that the input parameter is valid.
GAUSS-03069: "value '%s' is out of range for type smallint"
SQLSTATE: 22003
Description: The parameter value is out of the value range of the smallint type value.
Solution: Ensure that the input parameter is valid.
GAUSS-03070: "value '%s' is out of range for 8-bit integer"
SQLSTATE: 22003
Description: The input parameter value is out of the value range of the eight-digit integer type value.
Solution: Ensure that the input parameter is valid.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.