zio.cli.ValidationErrorType
See theValidationErrorType companion trait
object ValidationErrorType
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
ValidationErrorType.type
Members list
Type members
Classlikes
case object CommandMismatch extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
CommandMismatch.type
case object CorrectedFlag extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
CorrectedFlag.type
case object InvalidArgument extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
InvalidArgument.type
case object InvalidValue extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
InvalidValue.type
case class KeyValuesDetected(keyValues: List[String]) extends ValidationErrorType
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationErrorTypeclass Objecttrait Matchableclass AnyShow all
case object MissingFlag extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
MissingFlag.type
case object MissingSubCommand extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
MissingSubCommand.type
case object MissingValue extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
MissingValue.type
case object NoBuiltInMatch extends ValidationErrorType
Attributes
- Supertypes
- Self type
-
NoBuiltInMatch.type
case class UnclusteredFlag(unclustered: List[String], tail: List[String]) extends ValidationErrorType
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationErrorTypeclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
In this article