awsxrayreceiver

package
v0.116.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrIrrecoverable

type ErrIrrecoverable struct {
	Err error
}

ErrIrrecoverable represents an error that should stop the receiver.

func (*ErrIrrecoverable) Error

func (e *ErrIrrecoverable) Error() string

func (*ErrIrrecoverable) Unwrap

func (e *ErrIrrecoverable) Unwrap() error

Unwrap implements the new error feature introduced in Go 1.13

type ErrRecoverable

type ErrRecoverable struct {
	Err error
}

ErrRecoverable represents an error that can be ignored so that the receiver can continue to function.

func (*ErrRecoverable) Error

func (e *ErrRecoverable) Error() string

func (*ErrRecoverable) Unwrap

func (e *ErrRecoverable) Unwrap() error

Unwrap implements the new error feature introduced in Go 1.13

Jump to

Keyboard shortcuts

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