package
1.0.0-rc.5
Repository: https://github.com/unosoft/aws-xray-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewDefaultFormattingStrategy initializes DefaultFormattingStrategy with default value of frame count.
NewDefaultFormattingStrategyWithDefinedErrorFrameCount initializes DefaultFormattingStrategy with customer defined frame count.

# Structs

DefaultFormattingStrategy is the default implementation of the ExceptionFormattingStrategy and has a configurable frame count.
Exception provides the shape for unmarshalling an exception.
Stack provides the shape for unmarshalling an stack.
XRayError records error type, message, and a slice of stack frame pointers.

# Interfaces

FormattingStrategy provides an interface for implementing methods that format errors and exceptions.
StackTracer is an interface for implementing StackTrace method.

# Type aliases

MultiError is a type for a slice of error.