ErrorContext

class ErrorContext[source]

Context this error took place in, each error potentially having multiple contexts.

Methods

ErrorContext.__init__()

Attributes

ErrorContext.COLUMN

ErrorContext.CUSTOM_TITLE

ErrorContext.FILE_NAME

ErrorContext.HED_STRING

ErrorContext.LINE

ErrorContext.ROW

ErrorContext.SCHEMA_ATTRIBUTE

ErrorContext.SCHEMA_SECTION

ErrorContext.SCHEMA_TAG

ErrorContext.SIDECAR_COLUMN_NAME

ErrorContext.SIDECAR_KEY_NAME

ErrorContext.__init__()
ErrorContext.COLUMN = 'ec_column'
ErrorContext.CUSTOM_TITLE = 'ec_title'
ErrorContext.FILE_NAME = 'ec_filename'
ErrorContext.HED_STRING = 'ec_HedString'
ErrorContext.LINE = 'ec_line'
ErrorContext.ROW = 'ec_row'
ErrorContext.SCHEMA_ATTRIBUTE = 'ec_attribute'
ErrorContext.SCHEMA_SECTION = 'ec_section'
ErrorContext.SCHEMA_TAG = 'ec_schema_tag'
ErrorContext.SIDECAR_COLUMN_NAME = 'ec_sidecarColumnName'
ErrorContext.SIDECAR_KEY_NAME = 'ec_sidecarKeyName'