t

org.analogweb.scala

ClientErrors

trait ClientErrors extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientErrors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def BadRequest: HttpStatus
  2. def BadRequest(obj: Renderable): HttpStatus
  3. def Conflict: HttpStatus
  4. def Conflict(obj: Renderable): HttpStatus
  5. def Forbidden: HttpStatus
  6. def Forbidden(obj: Renderable): HttpStatus
  7. def MethodNotAllowed: HttpStatus
  8. def MethodNotAllowed(obj: Renderable): HttpStatus
  9. def NotAcceptable: HttpStatus
  10. def NotAcceptable(obj: Renderable): HttpStatus
  11. def NotFound: HttpStatus
  12. def NotFound(obj: Renderable): HttpStatus
  13. def PreconditionFailed: HttpStatus
  14. def PreconditionFailed(obj: Renderable): HttpStatus
  15. def Unauthorized: HttpStatus
  16. def Unauthorized(obj: Renderable): HttpStatus
  17. def UnsupportedMediaType: HttpStatus
  18. def UnsupportedMediaType(obj: Renderable): HttpStatus