View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoErrorDetail (google_api_integrations v0.10.1)

An error, warning, or information message associated with a workflow.

Attributes

  • errorCode (type: GoogleApi.Integrations.V1alpha.Model.CrmlogErrorCode.t, default: nil) - The associated error-code, which can be a common or internal code.
  • errorMessage (type: String.t, default: nil) - The full text of the error message, including any parameters that were thrown along with the exception.
  • severity (type: String.t, default: nil) - The severity of the error: ERROR|WARN|INFO.
  • taskNumber (type: integer(), default: nil) - The task try-number, in which, the error occurred. If zero, the error happened at the event level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoErrorDetail{
    errorCode: GoogleApi.Integrations.V1alpha.Model.CrmlogErrorCode.t() | nil,
    errorMessage: String.t() | nil,
    severity: String.t() | nil,
    taskNumber: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.