OceanDirectLighthouse
3.1.1
OceanDirect Lighthouse Python API
|
An error code and error message object wrapper. More...
Public Member Functions | |
def | __init__ (self, int errorCode, str errorMsg) |
tuple[int, str] | get_error_details (self) |
An error code and error message object wrapper.
Definition at line 4 of file LighthouseTypes.py.
def Python.oceandirect.LighthouseTypes.OceanDirectError.__init__ | ( | self, | |
int | errorCode, | ||
str | errorMsg | ||
) |
Definition at line 8 of file LighthouseTypes.py.
tuple[int, str] Python.oceandirect.LighthouseTypes.OceanDirectError.get_error_details | ( | self | ) |
Definition at line 13 of file LighthouseTypes.py.