Ootempl.MissingFileError exception (ootempl v0.3.0)

Raised when a required file is missing from a .docx archive.

This error indicates that the .docx file structure is incomplete. All .docx files must contain certain files like word/document.xml, [Content_Types].xml, and _rels/.rels to be valid Office Open XML documents.

Summary

Types

t()

@type t() :: %Ootempl.MissingFileError{
  __exception__: true,
  message: String.t(),
  missing_file: String.t(),
  path: Path.t()
}