Skip to main content

Module error

Module error 

Source
Expand description

Error types for the registry server.

The actual definitions now live in mockforge_registry_core::error so that both the SaaS binary and the OSS admin UI share the same ApiError / StoreError types and the same IntoResponse implementation.

This module re-exports those types under the old crate::error::* path so existing handler and middleware imports continue to work.

Enums§

ApiError
StoreError
Backend-agnostic errors surfaced by RegistryStore implementations.

Type Aliases§

ApiResult
StoreResult
Result alias for all crate::store::RegistryStore operations.