GoogleApi.Testing.V1.Model.MatrixErrorDetail (google_api_testing v0.34.0)

View Source

Describes a single error or issue with a matrix.

Attributes

  • message (type: String.t, default: nil) - Output only. A human-readable message about how the error in the TestMatrix. Expands on the reason field with additional details and possible options to fix the issue.
  • reason (type: String.t, default: nil) - Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.MatrixErrorDetail{
  message: String.t() | nil,
  reason: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.