Skip to content

Commit

Permalink
Added headings to Usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
cpliakas committed Jan 10, 2021
1 parent 3dc3f46 commit 3ba63ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qberrors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ The `qberrors` package provides consistent error handling for Quickbase applicat

## Usage

### Conventions

* `Client` errors are the result of user input and should not be retried until the input is changed.
* `Internal` errors are internal to the application and should not be retried until code is fixed.
* `Service` errors are temporary problems that should be retried using a backoff algorithm.

### Examples

Standard errors are treated as `Internal` and unsafe for users to see.

```go
Expand Down

0 comments on commit 3ba63ee

Please sign in to comment.