Dragonite.Parser.decode

You're seeing just the function decode, go back to Dragonite.Parser module for more information.
Link to this function

decode(msg, opts \\ [verify: true])

View Source

Tries to decode a single EDI message from a string into %DragoniteEDI.Message{}. Raises an argument error if message provided is not a valid message with the struct of EDI protocol.

Example

iex(1)> Dragonite.Parser.decode "ISA..."