View Source Datix.FormatStringError exception (datix v0.3.2)

An exception for when the format string is invalid.

Summary

Types

Link to this type

reason()

View Source (since v0.3.0)
@type reason() :: {:invalid_modifier, String.t()}
@type t() :: %Datix.FormatStringError{__exception__: true, reason: reason()}