GAUSS-03051 -- GAUSS-03060
GAUSS-03051: "invalid input syntax for type point: '%s'"
SQLSTATE: 22P02
Description: The point-typed value is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03052: "invalid input syntax for type lseg: '%s'"
SQLSTATE: 22P02
Description: The lseg-typed value is invalid.
Solution: Ensure that the input parameter is valid.
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-03055: "cannot create bounding box for empty polygon"
SQLSTATE: 22023
Description: If the number of point sets is zero, box-typed values cannot be created.
Solution: Check whether the number of input point sets is zero.
GAUSS-03056: "invalid input syntax for type polygon: '%s'"
SQLSTATE: 22P02
Description: The entered polygon-typed value cannot be parsed.
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: The path that does not have a loop cannot be converted to a multi-angle shape.
Solution: Ensure that the input path has a loop.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.