lsst.pipe.tasks  20.0.0-32-g15a0e07c+ff1c9f120b
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 379 of file ingest.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 380 of file ingest.py.

Member Data Documentation

◆ pathname

lsst.pipe.tasks.ingest.IngestError.pathname

Definition at line 382 of file ingest.py.

◆ position

lsst.pipe.tasks.ingest.IngestError.position

Definition at line 383 of file ingest.py.


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