Documentation ¶
Index ¶
- Variables
- func NewDriverError(ctx context.Context, msg string, err error) *driverError
- func NewExecutionError(ctx context.Context, msg string, err error, ...) *executionError
- func NewRequestError(ctx context.Context, msg string, err error) *requestError
- func NewRetryableError(err error, retryAfterHdr string) error
- func WrapErr(err error, msg string) error
- func WrapErrf(err error, format string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var RetryableError error = errors.New("Retryable Error")
value to use with errors.Is() to determine if an error chain contains a retryable error
Functions ¶
func NewExecutionError ¶
func NewExecutionError(ctx context.Context, msg string, err error, opStatusResp *cli_service.TGetOperationStatusResp) *executionError
func NewRequestError ¶
func NewRetryableError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.