Skip to content

handshakejs/handshakejserrors

Repository files navigation

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

About

Logic for handling various handshakejs errors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages