type compress/bzip2.StructuralError
24 uses
compress/bzip2 (current package)
bzip2.go#L17: type StructuralError string
bzip2.go#L19: func (s StructuralError) Error() string {
bzip2.go#L63: return StructuralError("bad magic value")
bzip2.go#L69: return StructuralError("non-Huffman entropy encoding")
bzip2.go#L74: return StructuralError("invalid compression level")
bzip2.go#L173: bz2.br.err = StructuralError("block checksum mismatch")
bzip2.go#L181: return 0, StructuralError("bad magic value found")
bzip2.go#L197: br.err = StructuralError("file checksum mismatch")
bzip2.go#L226: return 0, StructuralError("bad magic value in continuation file")
bzip2.go#L243: return StructuralError("deprecated randomized files")
bzip2.go#L267: return StructuralError("no symbols in input")
bzip2.go#L273: return StructuralError("invalid number of Huffman trees")
bzip2.go#L294: return StructuralError("tree index too large")
bzip2.go#L322: return StructuralError("Huffman length out of range")
bzip2.go#L343: return StructuralError("no tree selectors given")
bzip2.go#L346: return StructuralError("tree selector out of range")
bzip2.go#L366: return StructuralError("insufficient selector indices for number of symbols")
bzip2.go#L369: return StructuralError("tree selector out of range")
bzip2.go#L390: return StructuralError("repeat count too large")
bzip2.go#L399: return StructuralError("repeats past end of block")
bzip2.go#L425: return StructuralError("data exceeds block size")
bzip2.go#L433: return StructuralError("origPtr out of bounds")
huffman.go#L192: return 0, StructuralError("empty Huffman tree")
huffman.go#L203: return 0, StructuralError("equal symbols in Huffman tree")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |