SidecarErrors

class SidecarErrors[source]

Methods

hed.errors.error_types.SidecarErrors.__init__()

Attributes

hed.errors.error_types.SidecarErrors.BLANK_HED_STRING

hed.errors.error_types.SidecarErrors.INVALID_POUND_SIGNS_CATEGORY

hed.errors.error_types.SidecarErrors.INVALID_POUND_SIGNS_VALUE

hed.errors.error_types.SidecarErrors.SIDECAR_BRACES_INVALID

hed.errors.error_types.SidecarErrors.SIDECAR_HED_USED

hed.errors.error_types.SidecarErrors.SIDECAR_HED_USED_COLUMN

hed.errors.error_types.SidecarErrors.SIDECAR_NA_USED

hed.errors.error_types.SidecarErrors.UNKNOWN_COLUMN_TYPE

hed.errors.error_types.SidecarErrors.WRONG_HED_DATA_TYPE

SidecarErrors.__init__()
SidecarErrors.BLANK_HED_STRING = 'blankValueString'
SidecarErrors.INVALID_POUND_SIGNS_CATEGORY = 'tooManyPoundSigns'
SidecarErrors.INVALID_POUND_SIGNS_VALUE = 'invalidNumberPoundSigns'
SidecarErrors.SIDECAR_BRACES_INVALID = 'SIDECAR_BRACES_INVALID'
SidecarErrors.SIDECAR_HED_USED = 'SIDECAR_HED_USED'
SidecarErrors.SIDECAR_HED_USED_COLUMN = 'SIDECAR_HED_USED_COLUMN'
SidecarErrors.SIDECAR_NA_USED = 'SIDECAR_NA_USED'
SidecarErrors.UNKNOWN_COLUMN_TYPE = 'sidecarUnknownColumn'
SidecarErrors.WRONG_HED_DATA_TYPE = 'wrongHedDataType'