problems

package
v1.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadArgumentsError

type BadArgumentsError struct {
	Reason string
}

func (BadArgumentsError) Error

func (c BadArgumentsError) Error() string

type CannotPerformOperationError

type CannotPerformOperationError struct {
	Reason string
}

func (CannotPerformOperationError) Error

type EntityNotFoundError

type EntityNotFoundError struct {
	Type string
	Path []string
}

func (EntityNotFoundError) Error

func (e EntityNotFoundError) Error() string

type JsonValidationError

type JsonValidationError struct {
	Schema   string
	Problems []gojsonschema.ResultError
}

func (*JsonValidationError) Error

func (j *JsonValidationError) Error() string

Jump to

Keyboard shortcuts

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