validation

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package validation provides methods to surface validation errors.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewError

func NewError(reason, format string, fmtArgs ...interface{}) error

NewError returns a new validation error.

Types

type Error

type Error struct {
	Reason  string
	Message string
}

Error is for use with a FooInvalid Status Condition.

func (*Error) Error

func (ve *Error) Error() string

Jump to

Keyboard shortcuts

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