Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessingErrorFromError ¶
ProcessingErrorFromError - given an error turn it into a processing error
Types ¶
type ProcessingError ¶
ProcessingError is an error used to communicate whether an error is temporary.
func (ProcessingError) Cause ¶
func (e ProcessingError) Cause() error
Cause implements Cause for error
func (ProcessingError) Error ¶
func (e ProcessingError) Error() string
Error makes ProcessingError an error
func (ProcessingError) Unwrap ¶
func (e ProcessingError) Unwrap() error
Unwrap implements Unwrap for error
Click to show internal directories.
Click to hide internal directories.