View Source Pathex.Error exception (Pathex v2.5.3)

Simple exception for bang! functions (like Pathex.view!/2) errors.

Note:
Some new field may be added in the future

Summary

Types

@type t() :: %Pathex.Error{
  __exception__: true,
  message: String.t(),
  op: atom(),
  path: Pathex.t(),
  structure: Pathex.pathex_compatible_structure()
}