Edit page in Livemark
(2026-07-28 10:59)

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

Unmatched Header

Name Value
Type unmatched-header
Title Unmatched Header
Description With "fieldsMatch" set to "partial", the header must contain at least one of the fields defined in the schema.
Template None of the fields defined in the schema is present in the header
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]