config: add missing codec error
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
2dcd30b21c
commit
92aec349c3
@ -12,6 +12,8 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
// ErrCodecMissing is returned when codec needed and not specified
|
||||||
|
ErrCodecMissing = errors.New("codec missing")
|
||||||
// ErrInvalidStruct is returned when the target struct is invalid
|
// ErrInvalidStruct is returned when the target struct is invalid
|
||||||
ErrInvalidStruct = errors.New("invalid struct specified")
|
ErrInvalidStruct = errors.New("invalid struct specified")
|
||||||
// ErrWatcherStopped is returned when source watcher has been stopped
|
// ErrWatcherStopped is returned when source watcher has been stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user