# 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.