ErrorCode

com.elixirtech.repclient.LogMessage.ErrorCode
final case class ErrorCode(code: Int, args: Any*) extends LogMessage

Attributes

Graph
Supertypes
trait LogMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def log(helper: LoggingHelper): Unit
def log(context: String, helper: LoggingHelper): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val msg: String