GoogleApi.Composer.V1beta1.Model.ExitInfo (google_api_composer v0.36.3)

View Source

Information about how a command ended.

Attributes

  • error (type: String.t, default: nil) - Error message. Empty if there was no error.
  • exitCode (type: integer(), default: nil) - The exit code from the command execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.ExitInfo{
  error: String.t() | nil,
  exitCode: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.