stackerr

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Frame

type Frame struct {
	File     string
	Line     int
	Function string
	Package  string
	PCStr    string
	Source   string
}

func (Frame) String

func (f Frame) String() string

type StackErr

type StackErr struct {
	Frames []Frame
	// contains filtered or unexported fields
}

func New

func New(e error) StackErr

func (StackErr) Error

func (s StackErr) Error() string

func (StackErr) Stack

func (s StackErr) Stack() string

func (StackErr) Unwrap

func (s StackErr) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL