InflateException

Thrown by Inflate and the gzip/zlib framers when decompression fails. Carries the specific error so callers can branch on the exact failure mode.

Constructors

Link copied to clipboard
constructor(error: InflateError)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?