Documentation
¶
Overview ¶
Example (CaptureComplexError) ¶
var err = &CustomComplexError{
Message: "This is a complex error",
MoreData: map[string]string{"key1": "val1", "key2": "val2"},
}
sentry.CaptureException(err)
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomComplexError ¶
func (*CustomComplexError) Error ¶
func (e *CustomComplexError) Error() string
func (*CustomComplexError) GimmeMoreData ¶
func (e *CustomComplexError) GimmeMoreData() map[string]string
Click to show internal directories.
Click to hide internal directories.