errorCategory property

String? errorCategory
getter/setter pair

UnitOperationErrorCategory describe the error category.

Optional. Output only. Possible string values are:

  • "UNIT_OPERATION_ERROR_CATEGORY_UNSPECIFIED" : Unit operation error category is unspecified
  • "NOT_APPLICABLE" : Unit operation error category is not applicable, or it is not an error
  • "FATAL" : Unit operation error category is fatal
  • "RETRIABLE" : Unit operation error category is retriable
  • "IGNORABLE" : Unit operation error category is ignorable
  • "STANDARD" : Unit operation error category is standard, counts towards Rollout error budget

Implementation

core.String? errorCategory;