Object

pl.touk.nussknacker.ui.api

EspErrorToHttp

Related Doc: package api

Permalink

object EspErrorToHttp extends LazyLogging with Argonaut62Support

Linear Supertypes
Argonaut62Support, LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EspErrorToHttp
  2. Argonaut62Support
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def argonautToEntityMarshaller[A](implicit encoder: EncodeJson[A], printer: (Json) ⇒ String): ToEntityMarshaller[A]

    Permalink
    Definition Classes
    Argonaut62Support
  5. implicit def argonautUnmarshaller[A](implicit decoder: DecodeJson[A]): FromEntityUnmarshaller[A]

    Permalink
    Definition Classes
    Argonaut62Support
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def errorToHttp: PartialFunction[Throwable, HttpResponse]

    Permalink
  11. def espErrorHandler: ExceptionHandler

    Permalink
  12. def espErrorToHttp(error: EspError): HttpResponse

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toResponse(okStatus: StatusCode)(xor: Either[EspError, Unit]): HttpResponse

    Permalink
  23. def toResponse(either: Either[EspError, ValidationResult]): ToResponseMarshallable

    Permalink
  24. def toResponseEither[T](either: Either[EspError, T])(implicit arg0: EncodeJson[T]): ToResponseMarshallable

    Permalink
  25. def toResponseXor[T](xor: Either[EspError, T])(implicit arg0: EncodeJson[T]): ToResponseMarshallable

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Argonaut62Support

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped