Module error

Module error 

Source
Expand description

SUMMARY: Define error types and helpers for boundary creation and strict/virtual path validation.

OVERVIEW: This module exposes the crate-wide error enum StrictPathError, which captures boundary creation failures, path resolution errors, boundary escape attempts, and (on Windows) 8.3 short-name rejections. These errors are surfaced by public constructors and join operations throughout the crate.

STYLE: All items follow the standardized doc format with explicit sections to keep behavior unambiguous for both humans and LLMs.

Enumsยง

StrictPathError
SUMMARY: Represent errors produced by boundary creation and strict/virtual path validation.