GAUSS-03051 -- GAUSS-03060
GAUSS-03051: “invalid input syntax for type point: '%s'”
SQLSTATE: 22P02
Description: The value of the point type is invalid.
Solution: Check the input parameter.
GAUSS-03052: “invalid input syntax for type lseg: '%s'”
SQLSTATE: 22P02
Description: The value of the lseg type is invalid.
Solution: Check the input parameter.
GAUSS-03053: “function 'dist_lb' not implemented”
SQLSTATE: 0A000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03054: “function 'close_lb' not implemented”
SQLSTATE: 0A000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03056: “invalid input syntax for type polygon: '%s'”
SQLSTATE: 22P02
Description: Failed to parse the input value of the polygon type.
Solution: Check the input parameter. The input parameter must be a string separated by commas (,) in the format of (a,b).
GAUSS-03057: “invalid number of points in external 'polygon' value”
SQLSTATE: 22P03
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03058: “function 'poly_distance' not implemented”
SQLSTATE: 0A000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03059: “function 'path_center' not implemented”
SQLSTATE: 0A000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-03060: “open path cannot be converted to polygon”
SQLSTATE: 22023
Description: A non-returned path cannot be converted to a polygon.
Solution: Ensure that the input path is a returned path.