MissingRequiredTlv

case class MissingRequiredTlv(tag: UInt64) extends Err
trait Serializable
trait Product
trait Equals
trait Err
class Object
trait Matchable
class Any

Value members

Concrete methods

override def context: List[String]

Gets a stack of context identifiers.

Gets a stack of context identifiers.

The head of the list is the outermost (i.e., least specific) identifier.

Definition Classes
Source:
OnionRouting.scala
override def message: String

Gets a description of the error.

Gets a description of the error.

Definition Classes
Source:
OnionRouting.scala
override def pushContext(ctx: String): Err

Returns a new error with the specified context identifier pushed in to the context stack.

Returns a new error with the specified context identifier pushed in to the context stack.

Definition Classes
Source:
OnionRouting.scala

Inherited methods

def messageWithContext: String

Gets a description of the error with the context identifiers prefixing the message.

Gets a description of the error with the context identifiers prefixing the message.

Inherited from:
Err
Source:
Err.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String

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.

Definition Classes
Err -> Any
Inherited from:
Err
Source:
Err.scala