package
0.0.0-20240625190017-a0fef5fe53bc
Repository: https://github.com/clearlinux/clr-installer.git
Documentation: pkg.go.dev

# Functions

Errorf Returns a new error with the stack information.
IsValidationError returns true if err is a ValidationError returns false otherwise.
ValidationErrorf formats a new ValidationError.
Wrap returns an error with the caller stack information embedded in the original error message.

# Structs

TraceableError is an internal error used to carry trace details to be shared across the multiple layers and reporting facilities.
ValidationError is a type of error used to report model or any general condition validation error.