package
1.6.0
Repository: https://github.com/sphireinc/mantis.git
Documentation: pkg.go.dev

# README

Sphire Mantis::Error

The Error package of Mantis provides helper functions for handling errors

# Functions

New creates a new errors instance Usage: err = New(100, "%v is %v years old", []any{"Kim", 22}) - or without args - err := New(100, "some message", nil).

# Structs

Errors holds our code, message, timestamp.