Class: Rafflesia::Types::OntologyValidationViolationSeverity

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/ontology_validation_violation_severity.rb

Constant Summary collapse

ERROR =
'error'
WARNING =
'warning'
ALL =
[ERROR, WARNING].freeze