An error, warning, or information message associated with a workflow.
JSON representation | |
---|---|
{ "errorCode": { object ( |
Fields | |
---|---|
errorCode |
The associated error-code, which can be a common or internal code. |
errorMessage |
The full text of the error message, including any parameters that were thrown along with the exception. |
severity |
The severity of the error: ERROR|WARN|INFO. |
taskNumber |
The task try-number, in which, the error occurred. If zero, the error happened at the event level. |