Uptight.Result.Err (Uptight v0.2.7-rc)
Link to this section Summary
Functions
Default Elixir.Uptight.Result.Err struct. Value defaults to %Uptight.Trace{exception: nil, stacktrace: []}.
Helper for initializing struct with a specific value
Link to this section Types
Specs
t() :: %Uptight.Result.Err{err: Uptight.Trace.t()}
Link to this section Functions
Link to this function
new()
Specs
new() :: t()
Default Elixir.Uptight.Result.Err struct. Value defaults to %Uptight.Trace{exception: nil, stacktrace: []}.
Link to this function
new(value)
Specs
new(Uptight.Trace.t()) :: t()
Helper for initializing struct with a specific value