Edit page in Livemark
(2024-01-29 13:37)

File Errors

File Error

Name Value
Type file-error
Title File Error
Description There is a file error.
Template General file error: {note}
Tags #file

Hash Count Error

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

Byte Count Error

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

Reference

errors.FileError (class)

errors.FileError (class)

Error representation. It is a baseclass from which other subclasses of errors are inherited or derived from.

Signature

(*, note: str) -> None

Parameters

  • note (str)