# 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
Copied from: https://github.com/aws/aws-sdk-go/blob/v1.55.6/aws/awserr/error.go#L31-L43.
FormattingStrategy provides an interface for implementing methods that format errors and exceptions.
Copied from: https://github.com/aws/aws-sdk-go/blob/v1.55.6/aws/awserr/error.go#L129-L139.
StackTracer is an interface for implementing StackTrace method.
# Type aliases
MultiError is a type for a slice of error.