Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
func NewInternalError ¶
func NewInternalError(msg string) InternalError
func (InternalError) Code ¶
func (i InternalError) Code() ErrorCode
func (InternalError) Error ¶
func (i InternalError) Error() string
func (InternalError) IsRetryable ¶
func (i InternalError) IsRetryable() bool
func (InternalError) Message ¶
func (i InternalError) Message() string
type ProcessingError ¶
type TimeoutError ¶
type TimeoutError struct {
// contains filtered or unexported fields
}
func NewTimeoutError ¶
func NewTimeoutError(msg string) TimeoutError
func (TimeoutError) Code ¶
func (t TimeoutError) Code() ErrorCode
func (TimeoutError) Error ¶
func (t TimeoutError) Error() string
func (TimeoutError) IsRetryable ¶
func (t TimeoutError) IsRetryable() bool
func (TimeoutError) Message ¶
func (t TimeoutError) Message() string
type UnprocessableMessageError ¶
type UnprocessableMessageError struct {
// contains filtered or unexported fields
}
func NewUnprocessableMessageError ¶
func NewUnprocessableMessageError(msg string) UnprocessableMessageError
func (UnprocessableMessageError) Code ¶
func (u UnprocessableMessageError) Code() ErrorCode
func (UnprocessableMessageError) Error ¶
func (u UnprocessableMessageError) Error() string
func (UnprocessableMessageError) IsRetryable ¶
func (u UnprocessableMessageError) IsRetryable() bool
func (UnprocessableMessageError) Message ¶
func (u UnprocessableMessageError) Message() string
Click to show internal directories.
Click to hide internal directories.