Skip to content

Commit

Permalink
Update README documentation with attachment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rheisen committed Mar 23, 2024
1 parent 81e5aa3 commit 4e0e49c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ the `berr.Error` interface with the `.Metadata()` method, and will also be outpu

### Creating `berr.Error` Models

* `berr.New(errorType berr.ErrorType, message string, details ...berr.Detail) berr.Error`
* `berr.Application(message string, details ...berr.Detail) berr.Error`
* `berr.Authentication(message string, details ...berr.Detail) berr.Error`
* `berr.Authorization(message string, details ...berr.Detail) berr.Error`
* `berr.NotFound(message string, details ...berr.Detail) berr.Error`
* `berr.ValueInvalid(message string, details ...berr.Detail) berr.Error`
* `berr.ValueMissing(message string, details ...berr.Detail) berr.Error`
* `berr.Unimplemented(message string, details ...berr.Detail) berr.Error`
* `berr.Timeout(message string, details ...berr.Detail) berr.Error`
* `berr.New(errorType berr.ErrorType, message string, details ...berr.Attachment) berr.Error`
* `berr.Application(message string, details ...berr.Attachment) berr.Error`
* `berr.Authentication(message string, details ...berr.Attachment) berr.Error`
* `berr.Authorization(message string, details ...berr.Attachment) berr.Error`
* `berr.NotFound(message string, details ...berr.Attachment) berr.Error`
* `berr.ValueInvalid(message string, details ...berr.Attachment) berr.Error`
* `berr.ValueMissing(message string, details ...berr.Attachment) berr.Error`
* `berr.Unimplemented(message string, details ...berr.Attachment) berr.Error`
* `berr.Timeout(message string, details ...berr.Attachment) berr.Error`

### Error Types

Expand Down

0 comments on commit 4e0e49c

Please sign in to comment.