ErrorContext

class ErrorContext[source]

Indicates the context this error took place in, each error potentially having multiple contexts

Methods

hed.errors.error_types.ErrorContext.__init__()

Attributes

hed.errors.error_types.ErrorContext.COLUMN

hed.errors.error_types.ErrorContext.CUSTOM_TITLE

hed.errors.error_types.ErrorContext.FILE_NAME

hed.errors.error_types.ErrorContext.HED_STRING

hed.errors.error_types.ErrorContext.LINE

hed.errors.error_types.ErrorContext.ROW

hed.errors.error_types.ErrorContext.SCHEMA_ATTRIBUTE

hed.errors.error_types.ErrorContext.SCHEMA_SECTION

hed.errors.error_types.ErrorContext.SCHEMA_TAG

hed.errors.error_types.ErrorContext.SIDECAR_COLUMN_NAME

hed.errors.error_types.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'