Ootempl.ValidationError exception (ootempl v0.3.0)

Raised when a .docx file fails general validation checks.

This is a catch-all error for validation failures that don't fit into the more specific error types. It provides a descriptive message about what validation check failed.

Summary

Types

t()

@type t() :: %Ootempl.ValidationError{
  __exception__: true,
  message: String.t(),
  path: Path.t(),
  reason: term()
}