Module errors

Source
Expand description

This module defines the error types used in the VMF parser using thiserror.

Enums§

VmfError
Represents an error that occurred during VMF parsing or processing.

Type Aliases§

VmfResult
A type alias for Result that uses VmfError as the error type.