GAUSS-01401 -- GAUSS-01410
GAUSS-01401: “permission denied: '%s' is a system trigger”
SQLSTATE: 42501
Description: A non-administrator user enables or disables system triggers.
Solution: Enable or disable system triggers as a 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 BEFORE STATEMENT trigger returns a value.
Solution: Ensure that the trigger function returns no 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.