Module errors

Source
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 Result that uses VmfError as the error type.