ChecksumMismatch
scodec.codecs.ChecksumMismatch
case class ChecksumMismatch(bits: BitVector, expected: BitVector, actual: BitVector, context: List[String]) extends Err
Indicates a checksum over bits
did not match the expected value.
Attributes
- Source
- ChecksumMismatch.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Errclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Gets a description of the error.
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.
Attributes
- Source
- ChecksumMismatch.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article