Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Nov 6, 2023
1 parent ecce301 commit 6af66df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ A simple library to implement the Result pattern for returning from services. It

> This library was inspired by [Arcadis.Result](https://github.com/ardalis/Result).
See the [API documentation](https://mrdave1999.github.io/SimpleResults/api/SimpleResults.html) for more information on this project.

## Index

- [Operation Result Pattern](#operation-result-pattern)
Expand Down Expand Up @@ -124,6 +126,8 @@ With any of these types you can handle errors and at the same time generate erro

This approach provides a new way to generate an error using return statements without the need to throw exceptions.

See the [API documentation](https://mrdave1999.github.io/SimpleResults/api/SimpleResults.html) for more information on these types.

### Using the `Result` type

You can use the `Result` class when you do not want to return any value.
Expand Down

0 comments on commit 6af66df

Please sign in to comment.