mysql_proxyv3

package
v0.0.0-...-e2f41ce Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQLProxyMultiError

type MySQLProxyMultiError []error

MySQLProxyMultiError is an error wrapping multiple validation errors returned by MySQLProxy.ValidateAll() if the designated constraints aren't met.

func (MySQLProxyMultiError) AllErrors

func (m MySQLProxyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MySQLProxyMultiError) Error

func (m MySQLProxyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MySQLProxyValidationError

type MySQLProxyValidationError struct {
	// contains filtered or unexported fields
}

MySQLProxyValidationError is the validation error returned by MySQLProxy.Validate if the designated constraints aren't met.

func (MySQLProxyValidationError) Cause

func (e MySQLProxyValidationError) Cause() error

Cause function returns cause value.

func (MySQLProxyValidationError) Error

Error satisfies the builtin error interface

func (MySQLProxyValidationError) ErrorName

func (e MySQLProxyValidationError) ErrorName() string

ErrorName returns error name.

func (MySQLProxyValidationError) Field

Field function returns field value.

func (MySQLProxyValidationError) Key

Key function returns key value.

func (MySQLProxyValidationError) Reason

func (e MySQLProxyValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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