Interface protos.google.cloud.workflows.executions.v1.Execution.IError (1.4.0)

Properties of an Error.

Package

@google-cloud/workflows

Properties

context

context?: (string|null);

Error context

Property Value
TypeDescription
(string|null)

payload

payload?: (string|null);

Error payload

Property Value
TypeDescription
(string|null)

stackTrace

stackTrace?: (google.cloud.workflows.executions.v1.Execution.IStackTrace|null);

Error stackTrace

Property Value
TypeDescription
(google.cloud.workflows.executions.v1.Execution.IStackTrace|null)