Documentation ¶
Overview ¶
Copyright 2024 Nutanix. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckFailedError ¶
type CheckFailedError struct {
// contains filtered or unexported fields
}
CheckFailedError is used to determine whether the wait failed because wraps an error returned by a failed check.
func (*CheckFailedError) Error ¶
func (e *CheckFailedError) Error() string
func (*CheckFailedError) Is ¶
func (e *CheckFailedError) Is(target error) bool
func (*CheckFailedError) Unwrap ¶
func (e *CheckFailedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.