Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorNotFound = errors.New("not found") ErrorEmptyParameter = errors.New("empty parameter") ErrorFailedParsing = errors.New("failed to parse") ErrorGetDriveFailed = errors.New("failed to get drive cr") ErrorRejectReservationRequest = errors.New("reject reservation request") )
ErrorNotFound indicates that requested object wasn't found
Functions ¶
func IsSafeReturnError ¶ added in v1.3.0
IsSafeReturnError returns if error is safe to retry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.