ceremonyclient/client/utils/errors.go
2025-04-24 12:38:58 -08:00

7 lines
186 B
Go

package utils
var (
ErrNotValidConfigDirMessage = "source directory does not contain both of the config.yml and keys.yml files"
ErrConfigNotFoundErrorMessage = "config not found"
)