Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + func GetInvalidInputError(input string) errors.KozmoAdminError + func GetMissingEntityByIDError(entityType string) errors.KozmoAdminError + func GetMissingEntityError(entityType string, identifier proto.Message) errors.KozmoAdminError + func GetSingletonMissingEntityError(entityType string) errors.KozmoAdminError + type ErrorTransformer interface + ToKozmoAdminError func(err error) admin_errors.KozmoAdminError + func NewPostgresErrorTransformer(scope promutils.Scope) ErrorTransformer + func NewTestErrorTransformer() ErrorTransformer