Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SensorError ¶
type SensorError struct {
Op string `json:"op"`
Kind string `json:"kind"`
Next *SensorError `json:"next,omitempty"`
Wrapped *WrappedError `json:"wrapped,omitempty"`
}
func (*SensorError) Error ¶
func (e *SensorError) Error() string
Click to show internal directories.
Click to hide internal directories.