Name | Value |
---|---|
Type | file-error |
Title | File Error |
Description | There is a file error. |
Template | General file error: {note} |
Tags | #file |
Name | Value |
---|---|
Type | hash-count |
Title | Hash Count Error |
Description | This error can happen if the data is corrupted. |
Template | The data source does not match the expected hash count: {note} |
Tags | #file |
Name | Value |
---|---|
Type | byte-count |
Title | Byte Count Error |
Description | This error can happen if the data is corrupted. |
Template | The data source does not match the expected byte count: {note} |
Tags | #file |
Error representation. It is a baseclass from which other subclasses of errors are inherited or derived from.
(*, note: str) -> None