Error

oxygen.ui.web.PageCodec.ParseResult.Error
final case class Error(error: RequestDecodingFailure) extends NonSuccess

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NonSuccess
trait ParseResult[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[B](f: Nothing => ParseResult[B]): ParseResult[B]

Attributes

Inherited from:
ParseResult
final def map[B](f: Nothing => B): ParseResult[B]

Attributes

Inherited from:
ParseResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product