Uptight.Result.Err (Uptight v0.2.8-rc)

Link to this section Summary

Functions

Default Elixir.Uptight.Result.Err struct. Value defaults to :%{}.

Helper for initializing struct with a specific value

Link to this section Types

Specs

t() :: %Uptight.Result.Err{
  err: %Uptight.Trace{exception: any(), stacktrace: [any()]}
}

Link to this section Functions

Specs

new() :: t()

Default Elixir.Uptight.Result.Err struct. Value defaults to :%{}.

Specs

new(%Uptight.Trace{exception: any(), stacktrace: [any()]}) :: t()

Helper for initializing struct with a specific value