View Source Dagger.ReturnType (dagger v0.14.0)
Expected return type of an execution
Summary
Types
@type t() :: :SUCCESS | :FAILURE | :ANY
Functions
@spec any() :: :ANY
Any execution (exit codes 0-127)
@spec failure() :: :FAILURE
A failed execution (exit codes 1-127)
@spec success() :: :SUCCESS
A successful execution (exit code 0)