Module error

Module error 

Source
Expand description

Error types for mcpls-core.

This module defines the canonical error type for the library, following the Microsoft Rust Guidelines for error handling.

Enums§

Error
The main error type for mcpls-core operations.

Type Aliases§

Result
A specialized Result type for mcpls-core operations.