Thrown when a value cannot be converted to a schema using valueToSchema().
valueToSchema()
Currently, this is thrown when encountering an empty object as a value (because this will match anything; though maybe we should change that).
Static
Readonly
Thrown when a value cannot be converted to a schema using
valueToSchema().Remarks
Currently, this is thrown when encountering an empty object as a value (because this will match anything; though maybe we should change that).