result v0.2.0 Result.Error
A Error creator
Link to this section Summary
Link to this section Functions
Link to this function
of(value)
Create Error result from value
Examples
iex> Result.Error.of(“a”)
iex> Result.Error.of(12345)