Categorygithub.com/spiral/errors
modulepackage
0.0.1
Repository: https://github.com/spiral/errors.git
Documentation: pkg.go.dev

# README

errors

Golang SpiralScout errors package, fully compatible with the standard errors. Include stacktrace and operations.

# Functions

E builds an error value from its arguments.
No description provided by the author
Is reports whether err is an *Error of the given Kind.
No description provided by the author
No description provided by the author
No description provided by the author
Do smt with no care about result (and panics).
errors.New.
No description provided by the author

# Constants

Kinds of errors.
Kinds of errors.
Kinds of errors.
Kinds of errors.
Kinds of errors.
Kinds of errors.
ENDURE error codes.
Kinds of errors.
Kinds of errors.
Undefined error.
Kinds of errors.

# Variables

separator -> new line plus tabulator to intend error if previuos not nil.

# Structs

No description provided by the author

# Type aliases

No description provided by the author
Op describes an operation.