Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 751 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 751 Bytes

handshakejserrors

handshakejserrors

BuildStatus

Handshakejs error handling. Re-use in various handshakejs minor libraries.

This library is part of the larger Handshake.js ecosystem.

Usage

package main

import (
  "fmt"
  "github.com/handshakejs/handshakejserrors"
)

func SomeFunction() *handshakejserrors.LogicError {
  // do something here and return LogicError type
}

LogicError

*handshakejserrors.LogicError