Documentation ¶
Overview ¶
******************************************************************************
- Copyright 2018 Dell Inc. *
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
- in compliance with the License. You may obtain a copy of the License at *
- http://www.apache.org/licenses/LICENSE-2.0 *
- Unless required by applicable law or agreed to in writing, software distributed under the License
- is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
- or implied. See the License for the specific language governing permissions and limitations under
- the License. ******************************************************************************
Index ¶
- func NewErrDbNotFound() error
- func NewErrDuplicateValueDescriptorName(name string) error
- func NewErrEventNotFound(id string) error
- func NewErrInvalidId(id string) error
- func NewErrJsonDecoding(name string) error
- func NewErrLimitExceeded(limit int) error
- func NewErrUnsupportedDatabase(dbType string) error
- func NewErrUnsupportedPublisher(pubType string) error
- func NewErrValueDescriptorInUse(name string) error
- func NewErrValueDescriptorInvalid(name string, err error) error
- func NewErrValueDescriptorNotFound(id string) error
- func NewErrValueDescriptorsInUse(names []string) error
- type ErrCBORNotSupported
- type ErrDbNotFound
- type ErrDuplicateValueDescriptorName
- type ErrEventNotFound
- type ErrInvalidId
- type ErrJsonDecoding
- type ErrLimitExceeded
- type ErrUnsupportedDatabase
- type ErrUnsupportedPublisher
- type ErrValueDescriptorInUse
- type ErrValueDescriptorInvalid
- type ErrValueDescriptorNotFound
- type ErrValueDescriptorsInUse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrDbNotFound ¶
func NewErrDbNotFound() error
func NewErrEventNotFound ¶
func NewErrInvalidId ¶
func NewErrJsonDecoding ¶
func NewErrLimitExceeded ¶
Types ¶
type ErrCBORNotSupported ¶
type ErrCBORNotSupported struct { }
func (ErrCBORNotSupported) Error ¶
func (e ErrCBORNotSupported) Error() string
type ErrDbNotFound ¶
type ErrDbNotFound struct { }
func (ErrDbNotFound) Error ¶
func (e ErrDbNotFound) Error() string
type ErrDuplicateValueDescriptorName ¶
type ErrDuplicateValueDescriptorName struct {
// contains filtered or unexported fields
}
func (ErrDuplicateValueDescriptorName) Error ¶
func (e ErrDuplicateValueDescriptorName) Error() string
type ErrEventNotFound ¶
type ErrEventNotFound struct {
// contains filtered or unexported fields
}
func (ErrEventNotFound) Error ¶
func (e ErrEventNotFound) Error() string
type ErrInvalidId ¶
type ErrInvalidId struct {
// contains filtered or unexported fields
}
func (ErrInvalidId) Error ¶
func (e ErrInvalidId) Error() string
type ErrJsonDecoding ¶
type ErrJsonDecoding struct {
// contains filtered or unexported fields
}
func (ErrJsonDecoding) Error ¶
func (e ErrJsonDecoding) Error() string
type ErrLimitExceeded ¶
type ErrLimitExceeded struct {
// contains filtered or unexported fields
}
func (ErrLimitExceeded) Error ¶
func (e ErrLimitExceeded) Error() string
type ErrUnsupportedDatabase ¶
type ErrUnsupportedDatabase struct {
// contains filtered or unexported fields
}
func (ErrUnsupportedDatabase) Error ¶
func (e ErrUnsupportedDatabase) Error() string
type ErrUnsupportedPublisher ¶
type ErrUnsupportedPublisher struct {
// contains filtered or unexported fields
}
func (ErrUnsupportedPublisher) Error ¶
func (e ErrUnsupportedPublisher) Error() string
type ErrValueDescriptorInUse ¶
type ErrValueDescriptorInUse struct {
// contains filtered or unexported fields
}
func (ErrValueDescriptorInUse) Error ¶
func (e ErrValueDescriptorInUse) Error() string
type ErrValueDescriptorInvalid ¶
type ErrValueDescriptorInvalid struct {
// contains filtered or unexported fields
}
func (ErrValueDescriptorInvalid) Error ¶
func (b ErrValueDescriptorInvalid) Error() string
type ErrValueDescriptorNotFound ¶
type ErrValueDescriptorNotFound struct {
// contains filtered or unexported fields
}
func (ErrValueDescriptorNotFound) Error ¶
func (e ErrValueDescriptorNotFound) Error() string
type ErrValueDescriptorsInUse ¶
type ErrValueDescriptorsInUse struct {
// contains filtered or unexported fields
}
func (ErrValueDescriptorsInUse) Error ¶
func (e ErrValueDescriptorsInUse) Error() string
Click to show internal directories.
Click to hide internal directories.