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

View Source

Additional details about the progress of the running test.

Attributes

  • errorMessage (type: String.t, default: nil) - Output only. If the TestState is ERROR, then this string will contain human-readable details about the error.
  • progressMessages (type: list(String.t), default: nil) - Output only. Human-readable, detailed descriptions of the test's progress. For example: "Provisioning a device", "Starting Test". During the course of execution new data may be appended to the end of progress_messages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.TestDetails{
  errorMessage: String.t() | nil,
  progressMessages: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.