ZstdException class

Thrown when the Zstd library reports a compression or decompression error, or when the frame header is invalid or missing content size information.

Catch as ZstdException for specific handling, or as Exception for broad error handling alongside other exception types.

Implemented types

Constructors

ZstdException(String message)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message describing what went wrong.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited