Represents an error when a request path is malformed or contains directory-traversal segments.
@type t() :: %Snap.InvalidPathError{ __exception__: true, message: String.t(), path: term() }