Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
zstd
v1.2.0
Zstd
Compress
Context
Error
Dict
IO
Error
Context
Error
Decompress
Context
Error
FrameSizeUnknown
Dict
IO
Error
Dict
Error
Built with Crystal 1.9.2
2023-10-08 08:24:26 UTC
class
Zstd::Error
Zstd::Error
Exception
Reference
Object
Direct Known Subclasses
Zstd::Compress::IO::Error
Zstd::Context::Error
Zstd::Decompress::IO::Error
Defined in:
zstd/error.cr
Constructors
.new
(r, msg : String)
.new
(msg : String)
Class Method Summary
.raise_if_error
(r, msg)
Constructor Detail
def self.
new
(r, msg : String)
#
[
View source
]
def self.
new
(msg : String)
#
[
View source
]
Class Method Detail
def self.
raise_if_error
(r, msg)
#
[
View source
]