io.github.srs.model.validation
package io.github.srs.model.validation
Members list
Type members
Classlikes
enum DomainError
ADT collecting validation failures that are meaningful in the domain.
ADT collecting validation failures that are meaningful in the domain.
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DomainError
Companion object for DomainError that provides an extension method to get a human-readable error message.
Companion object for DomainError that provides an extension method to get a human-readable error message.
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DomainError.type
object Validation
Companion object for Validation that provides utility methods for common validations.
Companion object for Validation that provides utility methods for common validations.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Validation.type
Types
Type alias for domain‑level validations: Right
= valid, Left
= error.
Type alias for domain‑level validations: Right
= valid, Left
= error.
Attributes
In this article