github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/vvm/db_cert_cache/errors.go (about) 1 /* 2 * Copyright (c) 2022-present unTill Pro, Ltd. 3 */ 4 5 package dbcertcache 6 7 import "errors" 8 9 var ErrPKeyCreateError = errors.New("error create pk for operations with certificate in router storage")