Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DispatcherBusyErr error = errors.New("dispatcher busy")
)
Functions ¶
This section is empty.
Types ¶
type BackendErrs ¶
func (BackendErrs) MarshalJSON ¶
func (b BackendErrs) MarshalJSON() ([]byte, error)
type DispatchError ¶
type DispatchError struct { BackendErrs BackendErrs FilterInfo string FilterErr error }
func New ¶
func New() *DispatchError
func (*DispatchError) IsFiltered ¶
func (d *DispatchError) IsFiltered() bool
func (*DispatchError) IsOK ¶
func (d *DispatchError) IsOK() bool
func (DispatchError) MarshalJSON ¶
func (d DispatchError) MarshalJSON() ([]byte, error)
func (*DispatchError) String ¶
func (d *DispatchError) String() string
Click to show internal directories.
Click to hide internal directories.