VCF.Error (VCF v1.0.0)
View SourceMachine-readable error produced while parsing, validating, or writing VCF.
Summary
Functions
Formats an error for display while retaining the struct for programmatic use.
Types
@type t() :: %VCF.Error{ column: pos_integer() | nil, field: atom() | nil, key: String.t() | nil, kind: atom(), line: pos_integer() | nil, reason: atom() | nil, value: term() }