lsst.pex.config  17.0.1-1-g703d48b+5
Public Member Functions | Public Attributes | List of all members
lsst.pex.config.config.FieldValidationError Class Reference
Inheritance diagram for lsst.pex.config.config.FieldValidationError:

Public Member Functions

def __init__ (self, field, config, msg)
 

Public Attributes

 fieldType
 
 fieldName
 
 fullname
 
 history
 
 fieldSource
 
 configSource
 

Detailed Description

An exception that holds additional information, as attributes,
for debugging `lsst.pex.config.Config` errors.

Definition at line 137 of file config.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pex.config.config.FieldValidationError.__init__ (   self,
  field,
  config,
  msg 
)

Definition at line 142 of file config.py.

Member Data Documentation

◆ configSource

lsst.pex.config.config.FieldValidationError.configSource

Definition at line 170 of file config.py.

◆ fieldName

lsst.pex.config.config.FieldValidationError.fieldName

Definition at line 147 of file config.py.

◆ fieldSource

lsst.pex.config.config.FieldValidationError.fieldSource

Definition at line 166 of file config.py.

◆ fieldType

lsst.pex.config.config.FieldValidationError.fieldType

Definition at line 143 of file config.py.

◆ fullname

lsst.pex.config.config.FieldValidationError.fullname

Definition at line 156 of file config.py.

◆ history

lsst.pex.config.config.FieldValidationError.history

Definition at line 161 of file config.py.


The documentation for this class was generated from the following file: