Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Empty struct{}
Functions ¶
This section is empty.
Types ¶
type BadRequestError ¶
type BadRequestError struct {
Reason string
}
func (*BadRequestError) Error ¶
func (bre *BadRequestError) Error() string
type ConflictError ¶
type ConflictError struct {
Reason string
}
func (*ConflictError) Error ¶
func (ec *ConflictError) Error() string
Click to show internal directories.
Click to hide internal directories.