error_helpers

package
v1.0.0-rc.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2024 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InvalidCloudTokenError = fmt.Errorf("Invalid token.\nPlease run %s or setup a token.", constants.Bold("steampipe login"))
View Source
var InvalidStateError = errors.New("invalid state")
View Source
var MissingCloudTokenError = fmt.Errorf("Not authenticated for Turbot Pipes.\nPlease run %s or setup a token.", constants.Bold("steampipe login"))
View Source
var PluginSdkCompatibilityError = fmt.Sprintf("plugins using SDK version < v4 are no longer supported. Upgrade by running %s", constants.Bold("steampipe plugin update --all"))

PluginSdkCompatibilityError is raised when aplugin is built using na incompatible sdk version

Functions

func CombineErrors

func CombineErrors(errors ...error) error

func CombineErrorsWithPrefix

func CombineErrorsWithPrefix(prefix string, errors ...error) error

func DecodePgError

func DecodePgError(err error) error

func DiagsToError

func DiagsToError(prefix string, diags tfdiags.Diagnostics) error

DiagsToError converts tfdiags diags into an error

func FailOnError

func FailOnError(err error)

func FailOnErrorWithMessage

func FailOnErrorWithMessage(err error, message string)

func HandleCancelError

func HandleCancelError(err error) error

HandleCancelError modifies a context.Canceled error into a readable error that can be printed on the console

func HandleQueryTimeoutError

func HandleQueryTimeoutError(err error) error

func IsCancelledError

func IsCancelledError(err error) bool

func IsContextCanceled added in v0.19.0

func IsContextCanceled(ctx context.Context) bool

func IsContextCancelledError added in v0.19.0

func IsContextCancelledError(err error) bool

func IsInvalidCloudToken added in v0.20.10

func IsInvalidCloudToken(err error) bool

func IsInvalidWorkspaceDatabaseArg added in v0.20.10

func IsInvalidWorkspaceDatabaseArg(err error) bool

func PrefixError

func PrefixError(err error, prefix string) error

func ShowError

func ShowError(ctx context.Context, err error)

func ShowErrorWithMessage

func ShowErrorWithMessage(ctx context.Context, err error, message string)

ShowErrorWithMessage displays the given error nicely with the given message

func ShowWarning

func ShowWarning(warning string)

func TransformErrorToSteampipe

func TransformErrorToSteampipe(err error) error

TransformErrorToSteampipe removes the pq: and rpc error prefixes along with all the unnecessary information that comes from the drivers and libraries

func WrapError

func WrapError(err error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL