Versions in this module Expand all Collapse all v0 v0.2.16 Dec 27, 2025 Changes in this version + type DetailedError interface + Details func() ErrorDetails + type ErrorDetails struct + Details map[string]string + Reason string + type ErrorType string + const ErrorTypeConflict + const ErrorTypeInternal + const ErrorTypeInvalidArgument + const ErrorTypeNotImplemented + const ErrorTypeResourceNotFound + const ErrorTypeUnauthorized + const ErrorTypeUnavailable + func GetErrorTypeOrNil(err error) *ErrorType + type FixableError interface + TroubleshootingTip func() string + type InternalError struct + func (InternalError) Type() ErrorType + func (e InternalError) Error() string + type InvalidArgumentError struct + func (e InvalidArgumentError) Error() string + func (e InvalidArgumentError) Type() ErrorType + type NotImplementedError struct + func (NotImplementedError) Type() ErrorType + func (e NotImplementedError) Error() string + type ObjectNotInContextError struct + Object string + func (e *ObjectNotInContextError) Error() string + type ResourceConflictError struct + func (e ResourceConflictError) Error() string + func (e ResourceConflictError) Type() ErrorType + type ResourceNotFoundError struct + func (e ResourceNotFoundError) Error() string + func (e ResourceNotFoundError) Type() ErrorType + type TypedError interface + Type func() ErrorType + type UnauthorizedError struct + func (e UnauthorizedError) Error() string + func (e UnauthorizedError) Type() ErrorType + type UnavailableServiceError struct + func (UnavailableServiceError) Type() ErrorType + func (e UnavailableServiceError) Error() string + type WrongObjectTypeInContextError struct + ExpectedType string + Object string + func (e *WrongObjectTypeInContextError) Error() string