View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoErrorDetail (google_api_integrations v0.12.1)

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

Attributes

  • errorCode (type: GoogleApi.Integrations.V1.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.