errors

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteErr added in v1.2.0

type DeleteErr struct {
	Type   string
	Id     string
	Result string
}

func (DeleteErr) Error added in v1.2.0

func (err DeleteErr) Error() string

type ExistError

type ExistError struct {
	Type string
	Id   string
}

func (ExistError) Error

func (error ExistError) Error() string

type NotExistError

type NotExistError struct {
	Type string
	Id   string
}

func (NotExistError) Error

func (error NotExistError) Error() string

type UpdateErr added in v1.2.0

type UpdateErr struct {
	Type   string
	Id     string
	Fields []string
}

func (*UpdateErr) Add added in v1.2.0

func (err *UpdateErr) Add(field string)

func (*UpdateErr) Error added in v1.2.0

func (err *UpdateErr) Error() string

Jump to

Keyboard shortcuts

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