Documentation ¶
Index ¶
- func NewErrCommandNotAssociatedWithDevice(commandID string, deviceID string) error
- func NewErrDeviceLocked(name string) error
- func NewErrExtractingInfoFromRequest() error
- func NewErrParsingOriginalRequest(invalid string) error
- type ErrBadRequest
- type ErrCommandNotAssociatedWithDevice
- type ErrDeviceLocked
- type ErrExtractingInfoFromRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrDeviceLocked ¶
func NewErrExtractingInfoFromRequest ¶
func NewErrExtractingInfoFromRequest() error
NewErrExtractingInfoFromRequest returns the relevant, properly- constructed error type.
func NewErrParsingOriginalRequest ¶
NewErrParsingOriginalRequest returns the relevant, properly- constructed error type.
Types ¶
type ErrBadRequest ¶
type ErrBadRequest struct {
// contains filtered or unexported fields
}
ErrBadRequest is a struct that serves as the value receiver for Error as defined for NewErrParsingOriginalRequest
func (ErrBadRequest) Error ¶
func (e ErrBadRequest) Error() string
Error returns a meaningful string message describing error details.
type ErrCommandNotAssociatedWithDevice ¶
type ErrCommandNotAssociatedWithDevice struct {
// contains filtered or unexported fields
}
func (ErrCommandNotAssociatedWithDevice) Error ¶
func (e ErrCommandNotAssociatedWithDevice) Error() string
type ErrDeviceLocked ¶
type ErrDeviceLocked struct {
// contains filtered or unexported fields
}
func (ErrDeviceLocked) Error ¶
func (e ErrDeviceLocked) Error() string
type ErrExtractingInfoFromRequest ¶
type ErrExtractingInfoFromRequest struct { }
ErrExtractingInfoFromRequest is a struct that serves as the value receiver for Error as defined for NewErrExtractingInfoFromRequest
func (ErrExtractingInfoFromRequest) Error ¶
func (e ErrExtractingInfoFromRequest) Error() string
Error returns a meaningful string message describing error details.
Click to show internal directories.
Click to hide internal directories.