SchemaValidationException

class SchemaValidationException(val error: String, val sourceLocation: SourceLocation? = null) : SourceAwareException

The schema is invalid

TODO: transform this into issues

Constructors

Link copied to clipboard
constructor(error: String, sourceLocation: SourceLocation? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard