Interface RejectionError


public interface RejectionError
A Throwable wrapping a Rejection. Can be used for marshalling Future[T] or Try[T] instances, whose failure side is supposed to trigger a route rejection rather than an Exception that is handled by the nearest ExceptionHandler. (Custom marshallers can of course use it as well.)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details