VCF.ParseError exception (VCF v1.0.0)

View Source

Exception raised by bang APIs when VCF input cannot be parsed.

Summary

Types

t()

@type t() :: %VCF.ParseError{
  __exception__: true,
  error: VCF.Error.t(),
  message: String.t()
}