Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncError ¶
type AsyncError struct { Message string ErrorCode int RetryAfter time.Duration OriginalError error }
func (*AsyncError) Error ¶
func (e *AsyncError) Error() string
func (*AsyncError) Unwrap ¶
func (e *AsyncError) Unwrap() error
type NonRetryError ¶
type NonRetryError struct {
Message string
}
func (*NonRetryError) Error ¶
func (e *NonRetryError) Error() string
type RetryError ¶
type RetryError struct {
Message string
}
func (*RetryError) Error ¶
func (e *RetryError) Error() string
Click to show internal directories.
Click to hide internal directories.