package errutil

import "github.com/hashicorp/vault/sdk/helper/errutil"

Index

Types

type InternalError

type InternalError struct {
	Err string
}

InternalError represents an error generated internally, presumably not due to invalid user input

func (InternalError) Error

func (e InternalError) Error() string

type UserError

type UserError struct {
	Err string
}

UserError represents an error generated due to invalid user input

func (UserError) Error

func (e UserError) Error() string

Source Files

error.go

Version
v0.18.0 (latest)
Published
Jun 5, 2025
Platform
linux/amd64
Last checked
1 month ago

Tools for package owners.