Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StackSourceFileName = "source" StackSourceLineName = "line" StackSourceFunctionName = "func" )
Functions ¶
func MarshalError ¶
func MarshalError(err error) interface{}
Types ¶
type ErrorWithStructuredData ¶
type FrameTypeE ¶
type FrameTypeE uint8
const ( FrameTypeNil FrameTypeE = 0 FrameTypeGoPath FrameTypeE = 1 FrameTypeGoRoot FrameTypeE = 2 FrameTypeOther FrameTypeE = 3 )
Click to show internal directories.
Click to hide internal directories.