org.ragna.comet.validation.result

Type members

Classlikes

sealed abstract class ResultStatus()

Abstract class representing the status a validation result can have

Abstract class representing the status a validation result can have

See also:
Note:

Used as an enum-replacement for Scala 2 syntax

Companion:
object
Source:
ResultStatus.scala

Enum with the different result statuses acknowledged by the app

Enum with the different result statuses acknowledged by the app

Companion:
class
Source:
ResultStatus.scala
case class ValidationResult(inputResult: Either[Throwable, Result])

Represents the output of validating a piece of streamed data

Represents the output of validating a piece of streamed data

Value parameters:
inputResult

Either the ShaclEx validation results or an error occurred whilst computing them

Companion:
object
Source:
ValidationResult.scala