VCF.ParseError exception (VCF v1.0.0)
View SourceException raised by bang APIs when VCF input cannot be parsed.
Summary
Types
@type t() :: %VCF.ParseError{ __exception__: true, error: VCF.Error.t(), message: String.t() }
Exception raised by bang APIs when VCF input cannot be parsed.
@type t() :: %VCF.ParseError{ __exception__: true, error: VCF.Error.t(), message: String.t() }