O2-DQ User Interface 1.0.0
Loading...
Searching...
No Matches
MandatoryArgNotFoundError Class Reference
Inheritance diagram for MandatoryArgNotFoundError:

Public Member Functions

def __init__ (self, arg)
 
def __str__ (self)
 

Public Attributes

 arg
 

Detailed Description

Exception raised for if mandatory arg not found

Attributes:
    arg: mandatory argument

Definition at line 103 of file dqExceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  arg 
)

Definition at line 111 of file dqExceptions.py.

111 def __init__(self, arg):
112 self.arg = arg
113

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 114 of file dqExceptions.py.

114 def __str__(self):
115 return f"Mandatory args not found: {self.arg}"

Member Data Documentation

◆ arg

arg

Definition at line 112 of file dqExceptions.py.


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