Available on
server only.Expand description
Error handling utilities for server functions. Error conversion for Server Functions
This module provides error conversion from AdminError to ServerFnError and authentication/authorization helpers for admin panel endpoints.
Structs§
- Admin
Auth - Authentication and authorization checker for admin panel.
Enums§
- Model
Permission - Permission types for model-level access control.
Traits§
- Into
Server FnError - Extension trait for converting AdminError to ServerFnError
- MapServer
FnError - Convert
Result<T, AdminError>toResult<T, ServerFnError>