lsst.pipe.tasks  21.0.0-154-gbe4cc4e5+80d40069b5
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 399 of file ingest.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 400 of file ingest.py.

Member Data Documentation

◆ pathname

lsst.pipe.tasks.ingest.IngestError.pathname

Definition at line 402 of file ingest.py.

◆ position

lsst.pipe.tasks.ingest.IngestError.position

Definition at line 403 of file ingest.py.


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