add config block undefined err
This commit is contained in:
parent
6a8aa6c5a3
commit
7bc66cae90
@ -8,6 +8,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
ErrConfigUndefinedName = errors.New("Config block is missing a defined name")
|
ErrConfigUndefinedName = errors.New("Config block is missing a defined name")
|
||||||
|
ErrConfigUndefined = errors.New("Config block is missing")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user