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

Header Errors

Header Error

Name Value
Type header-error
Title Header Error
Description Cell Error
Template Cell Error
Tags #table #header

Blank Header

Name Value
Type blank-header
Title Blank Header
Description This header is empty. A header should contain at least one value.
Template Header is completely blank
Tags #table #header

Reference

errors.HeaderError (class)

errors.HeaderError (class)

Header error representation. A base class for all the errors related to the resource header.

Signature

(*, note: str, labels: List[str], row_numbers: List[int]) -> None

Parameters

  • note (str)
  • labels (List[str])
  • row_numbers (List[int])

errors.headerError.labels (property)

List of labels that has errors.

Signature

List[str]

errors.headerError.row_numbers (property)

Row number where the error occurred.

Signature

List[int]