Expand description
Error types for SCIM server operations.
This module provides comprehensive error handling for all SCIM operations, following Rust’s error handling best practices with detailed error information.
Enums§
- Build
Error - Errors that can occur during server building/configuration.
- Scim
Error - Main error type for SCIM server operations.
- Validation
Error - Validation errors for schema compliance checking.