Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStatusUnsupportedMediaType = errors.New("content-type is not supported") ErrCannotParseContentType = errors.New("content-type header could not be parsed") ErrMalformedRequestPayload = errors.New("data in body could not be decoded") ErrFailedToConstructDecoder = errors.New("decoder could not be constructed") ErrCouldNotDecode = errors.New("data could not be decoded into config structure") ErrInvalidPausedValue = errors.New("invalid paused value") )
Functions ¶
This section is empty.
Types ¶
type ExtraKeysError ¶
type ExtraKeysError struct {
// contains filtered or unexported fields
}
func (ExtraKeysError) Error ¶
func (eke ExtraKeysError) Error() string
type SaveConfigResponse ¶
Click to show internal directories.
Click to hide internal directories.