oxygen.ui.web.PageCodec.ParseResult
See theParseResult companion trait
object ParseResult
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParseResult.type
Members list
Type members
Classlikes
final case class Error(error: RequestDecodingFailure) extends NonSuccess
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NonSuccesstrait ParseResult[Nothing]class Objecttrait Matchableclass AnyShow all
case object InvalidPath extends NonSuccess
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NonSuccesstrait ParseResult[Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
InvalidPath.type
sealed trait NonSuccess extends ParseResult[Nothing]
Attributes
- Supertypes
- Known subtypes
-
class Errorobject InvalidPath
final case class Success[+A](value: A) extends ParseResult[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParseResult[A]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
In this article