Bsdkrun.Types.CommandResult (bsdkrun_ex v0.5.0)

Copy Markdown View Source

The outcome of a daemon command run to completion, as reported by Bsdkrun.Client over GraphQL (stopMachine, removeMachines, etc.). A non-zero exit_code is a state to inspect, not necessarily a transport failure — mirrors the GraphQL schema's CommandResult.

Summary

Types

t()

@type t() :: %Bsdkrun.Types.CommandResult{
  exit_code: integer(),
  stderr: String.t(),
  stdout: String.t()
}