errorCode property

String? errorCode
getter/setter pair

The type of error. Possible string values are:

  • "ERROR_CODE_UNSPECIFIED" : The error is not specified or is unknown in this version.
  • "SYNTAX_ERROR" : The rules have a syntax error.
  • "CONSTRAINT_VIOLATION_ERROR" : The rules have a constraint violation error.
  • "INTERNAL_ERROR" : Internal errors were thrown while processing the rules.

Implementation

core.String? errorCode;