package
0.1.8
Repository: https://github.com/sagoo-cloud/nexframe.git
Documentation: pkg.go.dev

# Packages

Package gcode provides universal error code definition and common error codes implementation.
Package gerror provides rich functionalities to manipulate errors.

# Functions

IsStackModeBrief returns whether current error stack mode is in brief mode.

# Constants

StackModeBrief specifies all error stacks printing no framework error stacks.
StackModeDetail specifies all error stacks printing detailed error stacks including framework stacks.

# Type aliases

StackMode is the mode that printing stack information in StackModeBrief or StackModeDetail mode.