View Source GoogleApi.DeploymentManager.V2.Model.DebugInfo (google_api_deployment_manager v0.21.0)

Describes additional debugging info.

Attributes

  • detail (type: String.t, default: nil) - Additional debugging information provided by the server.
  • stackEntries (type: list(String.t), default: nil) - The stack trace entries indicating where the error occurred.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeploymentManager.V2.Model.DebugInfo{
  detail: String.t() | nil,
  stackEntries: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.