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 ¶
func (c CannotPerformOperationError) Error() string
type EntityNotFoundError ¶
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
Click to show internal directories.
Click to hide internal directories.