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

Resource Errors

Resource Error

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

Source Error

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

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

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

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

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

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)