View Source HL7.InvalidMessage (elixir_hl7 v0.9.3)
This module is deprecated. Use errors from `HL7` instead.
Contains information concerning any failed attempt to parse an HL7 message, generally MSH-related
Summary
Types
@type t() :: %HL7.InvalidMessage{ created_at: nil | DateTime.t(), header: nil | HL7.InvalidHeader.t(), raw: nil | String.t(), reason: nil | atom() }