PillarsError

pillars.PillarsError
See thePillarsError companion trait
opaque object PillarsError

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Code extends RefinedTypeOps[String, CodeConstraint, Code]

Attributes

Supertypes
trait RefinedTypeOps[String, CodeConstraint, Code]
class Object
trait Matchable
class Any
Self type
Code.type
object ErrorNumber extends RefinedTypeOps[Int, ErrorNumberConstraint, ErrorNumber]

Attributes

Supertypes
trait RefinedTypeOps[Int, ErrorNumberConstraint, ErrorNumber]
class Object
trait Matchable
class Any
Self type
object Message extends RefinedTypeOps[String, MessageConstraint, Message]

Attributes

Supertypes
trait RefinedTypeOps[String, MessageConstraint, Message]
class Object
trait Matchable
class Any
Self type
Message.type
case class View(code: String, message: String, details: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object View

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
View.type

Types

opaque type Code
opaque type ErrorNumber
opaque type Message

Value members

Concrete methods

def fromThrowable(throwable: Throwable): PillarsError