json_schema v0.1.0 JsonSchema.Parser.ParserError View Source
Represents an error generated while parsing a JSON schema object.
Link to this section Summary
Functions
Constructs a ParserError
Link to this section Types
Link to this type
t()
View Source
t() :: %JsonSchema.Parser.ParserError{ error_type: atom(), identifier: JsonSchema.Types.typeIdentifier(), message: String.t() }
Link to this section Functions
Link to this function
new(identifier, error_type, message)
View Source
new(JsonSchema.Types.typeIdentifier(), atom(), String.t()) :: t()
Constructs a ParserError
.