Types
object Types
Helper types to reduce code verbosity
- Note:
For types related to the validation pipeline, we drag errors inside instances of Either so that they don't reach the Stream and stop it This way, when an error occurs, we can still emit ValidationResults
- Source:
- Validator.scala
Type members
Types
Type representing a Cats Effect resource containing RDF Data ready to be used and then discarded
Type representing a Cats Effect resource containing RDF Data ready to be used and then discarded
Left shall contain any error thrown during the RDF parsing process
- Source:
- Validator.scala
Type representing the results of a schema validation over some RDF data
Type representing the results of a schema validation over some RDF data
Left shall contain any error thrown during the RDF validation process
- Source:
- Validator.scala