Expand description
This module defines the error types used in the VMF parser.
Enums§
- VmfError
- Represents an error that occurred during VMF parsing or serialization.
Type Aliases§
- VmfResult
- A type alias for
Resultthat usesVmfErroras the error type.