errorCode property

String? errorCode
getter/setter pair

The error code for the failure.

Output only. Possible string values are:

  • "UNKNOWN" : The error code is not specified
  • "INTERNAL_ERROR" : Error because of internal server error, will be retried automatically.
  • "REQUIRE_USER_ACTION" : User action is required to resolve the error.

Implementation

core.String? errorCode;