jddf v0.1.1 JDDF.Schema.InvalidSchemaError exception View Source

Indicates that a schema does not conform to the JDDF syntax rules.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %JDDF.Schema.InvalidSchemaError{
  __exception__: term(),
  message: String.t()
}