lsst.pipe.tasks  19.0.0-59-g5d40e1c7+1
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.ingest.IngestError Class Reference
Inheritance diagram for lsst.pipe.tasks.ingest.IngestError:

Public Member Functions

def __init__ (self, message, pathname, position)
 

Public Attributes

 pathname
 
 position
 

Detailed Description

Definition at line 373 of file ingest.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.ingest.IngestError.__init__ (   self,
  message,
  pathname,
  position 
)

Definition at line 374 of file ingest.py.

Member Data Documentation

◆ pathname

lsst.pipe.tasks.ingest.IngestError.pathname

Definition at line 376 of file ingest.py.

◆ position

lsst.pipe.tasks.ingest.IngestError.position

Definition at line 377 of file ingest.py.


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