ResetDecodeState

case class ResetDecodeState(context: List[String]) extends Err

Error that indicates any data accumulated by the demultiplexer should be dropped and no further decoding should occur until the next payload start.

trait Serializable
trait Product
trait Equals
trait Err
class Object
trait Matchable
class Any

Value members

Concrete methods

def pushContext(ctx: String): Err

Inherited methods

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
Inherited from:
Product
override def toString: String
Definition Classes
Err -> Any
Inherited from:
Err