Handshakejs error handling. Re-use in various handshakejs minor libraries.
This library is part of the larger Handshake.js ecosystem.
package main
import (
"fmt"
"github.com/handshakejs/handshakejserrors"
)
func SomeFunction() *handshakejserrors.LogicError {
// do something here and return LogicError type
}
*handshakejserrors.LogicError