Edit page in Livemark
(2023-06-06 13:09)

Data Errors

Data Error

Name Value
Type data-error
Title Data Error
Description There is a data error.
Template Data error: {note}

Reference

errors.DataError (class)

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

errors.dataError.type (property)

Signature

ClassVar[str]

errors.dataError.title (property)

Signature

ClassVar[str]

errors.dataError.description (property)

Signature

ClassVar[str]

errors.dataError.template (property)

Signature

ClassVar[str]

errors.dataError.tags (property)

Signature

ClassVar[List[str]]

errors.dataError.message (property)

Signature

str

errors.dataError.note (property)

Signature

str