Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/codederror


https://github.com/ngerakines/codederror

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# codederror

A small utility that provdes a way to encode errors with namespaces and integers.

## Usage

```go
import "github.com/ngerakines/codederror"

func awesome() string, err {
// ...
return nil, NewCodedError([]string{""}, 24)
// ...
}
```