lastExecutionErrorCode property

String? lastExecutionErrorCode
getter/setter pair

The error code of the last execution of the curation.

The error code is populated only when the last execution state is failed.

Output only. Possible string values are:

  • "ERROR_CODE_UNSPECIFIED" : Default unspecified error code.
  • "INTERNAL_ERROR" : The execution failed due to an internal error.
  • "UNAUTHORIZED" : The curation is not authorized to trigger the endpoint uri.

Implementation

core.String? lastExecutionErrorCode;