Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
o

LiveRouteMountFailure

object LiveRouteMountFailure

Constructors for route mount failures.

Defined by scalive.LiveRouteMountFailure. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:55-71)

Methods6

custom

def custom(disconnected: zio.http.Response, connected: LiveMountFailure): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.custom. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:68-71)

forbidden

def forbidden(reason: String): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.forbidden. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:63-63)

def forbidden: LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.forbidden. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:62-62)

notFound

def notFound(reason: String): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.notFound. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:66-66)

def notFound: LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.notFound. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:65-65)

redirect

def redirect(to: LiveLocation): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.redirect. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:56-56)

redirectUnsafe

def redirectUnsafe(to: zio.http.URL): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.redirectUnsafe. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:57-57)

unauthorized

def unauthorized(reason: String): LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.unauthorized. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:60-60)

def unauthorized: LiveRouteMountFailure

Defined by scalive.LiveRouteMountFailure.unauthorized. View source (scalive/api/src/scalive/LiveRouteMountAspect.scala:59-59)