GAUSS-01401 -- GAUSS-01410
GAUSS-01401: "permission denied: '%s' is a system trigger"
SQLSTATE: 42501
Description: The user does not enable or disable the system trigger as the system administrator.
Solution: Enable or disable the system trigger as the system administrator.
GAUSS-01402: "tgargs is null in trigger for relation '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01403: "trigger function %u returned null value"
SQLSTATE: 39P01
Description: Internal system error. The trigger function returns null values.
Solution: Contact technical support.
GAUSS-01404: "BEFORE STATEMENT trigger cannot return a value"
SQLSTATE: 39P01
Description: The trigger of BEFORE STATEMENT returns a value.
Solution: Ensure that the trigger function of BEFORE STATEMENT (if any) does not return any value.
GAUSS-01405: "could not serialize access due to concurrent update"
SQLSTATE: 40001
Description: Transactions cannot be serialized due to concurrent update.
Solution: Retry the failed transaction.
GAUSS-01406: "unrecognized heap_lock_tuple status: %u"
SQLSTATE: XX004
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01407: "could not find trigger %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01408: "failed to fetch tuple1 for AFTER trigger"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01409: "failed to fetch tuple2 for AFTER trigger"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01410: "relation %u has no triggers"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.