ErrorResponse

sealed abstract class ErrorResponse(msg: String) extends Exception
Companion:
object
Source:
ErrorResponse.scala
class Exception
class Throwable
class Object
trait Matchable
class Any
object BadRequest.type
object Conflict.type
object NotFound.type
object Unauthorized.type

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable
Inherited from:
Throwable

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
Throwable