Edit page in Livemark
(2025-04-11 15:26)

Resource Errors#

Resource Error#Source

Name Value
Type resource-error
Title Resource Error
Description A validation cannot be processed.
Template The data resource has an error: {note}

Source Error#Source

Name Value
Type source-error
Title Source Error
Description Data reading error because of not supported or inconsistent contents.
Template The data source has not supported or has inconsistent contents: {note}

Scheme Error#Source

Name Value
Type scheme-error
Title Scheme Error
Description Data reading error because of incorrect scheme.
Template The data source could not be successfully loaded: {note}

Format Error#Source

Name Value
Type format-error
Title Format Error
Description Data reading error because of incorrect format.
Template The data source could not be successfully parsed: {note}

Encoding Error#Source

Name Value
Type encoding-error
Title Encoding Error
Description Data reading error because of an encoding problem.
Template The data source could not be successfully decoded: {note}

Compression Error#Source

Name Value
Type compression-error
Title Compression Error
Description Data reading error because of a decompression problem.
Template The data source could not be successfully decompressed: {note}

Reference#Source

errors.ResourceError (class)#

errors.ResourceError (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)