edantic
v0.1.1
Pages
Modules
edantic v0.1.1
Edantic.Error
View Source
Link to this section
Summary
Types
t()
Functions
format(error)
new(message)
Link to this section
Types
Link to this type
t()
View Source
t() :: %Edantic.Error{message:
String.t
()}
Link to this section
Functions
Link to this function
format(error)
View Source
format(
t
()) ::
String.t
()
Link to this function
new(message)
View Source
new(
String.t
()) ::
t
()