Documentation ¶
Index ¶
- func NewErrAddressableInUse(name string) error
- func NewErrAddressableNotFound(id string, name string) error
- func NewErrBadRequest(invalid string) error
- func NewErrDeviceProfileInvalidState(id string, name string, description string) error
- func NewErrDeviceProfileMarshalJson(message string) error
- func NewErrDeviceProfileNotFound(id string, name string) error
- func NewErrDuplicateName(message string) error
- func NewErrEmptyAddressableName() error
- func NewErrEmptyDeviceProfileName() error
- func NewErrItemNotFound(key string) error
- func NewErrLimitExceeded(limit int) error
- type ErrAddressableInUse
- type ErrAddressableNotFound
- type ErrBadRequest
- type ErrDeviceProfileInvalidState
- type ErrDeviceProfileMarshalJson
- type ErrDeviceProfileNotFound
- type ErrDuplicateName
- type ErrEmptyAddressableName
- type ErrEmptyDeviceProfileName
- type ErrEmptyFile
- type ErrItemNotFound
- type ErrLimitExceeded
- type ErrNameCollision
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrAddressableInUse ¶
func NewErrBadRequest ¶
func NewErrDuplicateName ¶
func NewErrEmptyAddressableName ¶
func NewErrEmptyAddressableName() error
func NewErrEmptyDeviceProfileName ¶
func NewErrEmptyDeviceProfileName() error
func NewErrItemNotFound ¶
func NewErrLimitExceeded ¶
Types ¶
type ErrAddressableInUse ¶
type ErrAddressableInUse struct {
// contains filtered or unexported fields
}
func (ErrAddressableInUse) Error ¶
func (e ErrAddressableInUse) Error() string
type ErrAddressableNotFound ¶
type ErrAddressableNotFound struct {
// contains filtered or unexported fields
}
func (ErrAddressableNotFound) Error ¶
func (e ErrAddressableNotFound) Error() string
type ErrBadRequest ¶
type ErrBadRequest struct {
// contains filtered or unexported fields
}
func (ErrBadRequest) Error ¶
func (e ErrBadRequest) Error() string
type ErrDeviceProfileInvalidState ¶
type ErrDeviceProfileInvalidState struct {
// contains filtered or unexported fields
}
func (ErrDeviceProfileInvalidState) Error ¶
func (e ErrDeviceProfileInvalidState) Error() string
type ErrDeviceProfileMarshalJson ¶
type ErrDeviceProfileMarshalJson struct {
// contains filtered or unexported fields
}
func (ErrDeviceProfileMarshalJson) Error ¶
func (e ErrDeviceProfileMarshalJson) Error() string
type ErrDeviceProfileNotFound ¶
type ErrDeviceProfileNotFound struct {
// contains filtered or unexported fields
}
func (ErrDeviceProfileNotFound) Error ¶
func (e ErrDeviceProfileNotFound) Error() string
type ErrDuplicateName ¶
type ErrDuplicateName struct {
// contains filtered or unexported fields
}
func (ErrDuplicateName) Error ¶
func (e ErrDuplicateName) Error() string
type ErrEmptyAddressableName ¶
type ErrEmptyAddressableName struct { }
func (ErrEmptyAddressableName) Error ¶
func (e ErrEmptyAddressableName) Error() string
type ErrEmptyDeviceProfileName ¶
type ErrEmptyDeviceProfileName struct { }
func (ErrEmptyDeviceProfileName) Error ¶
func (e ErrEmptyDeviceProfileName) Error() string
type ErrEmptyFile ¶
type ErrEmptyFile struct {
// contains filtered or unexported fields
}
func NewErrEmptyFile ¶
func NewErrEmptyFile(fileType string) ErrEmptyFile
func (ErrEmptyFile) Error ¶
func (e ErrEmptyFile) Error() string
type ErrItemNotFound ¶
type ErrItemNotFound struct {
// contains filtered or unexported fields
}
func (ErrItemNotFound) Error ¶
func (e ErrItemNotFound) Error() string
type ErrLimitExceeded ¶
type ErrLimitExceeded struct {
// contains filtered or unexported fields
}
func (ErrLimitExceeded) Error ¶
func (e ErrLimitExceeded) Error() string
type ErrNameCollision ¶
type ErrNameCollision struct {
// contains filtered or unexported fields
}
func NewErrNameCollision ¶
func NewErrNameCollision(name, fromID, toID string) ErrNameCollision
func (ErrNameCollision) Error ¶
func (e ErrNameCollision) Error() string
Click to show internal directories.
Click to hide internal directories.