OceanDirectPython 3.1.3
OceanDirect Python API
|
An error code and error message object wrapper. More...
Public Member Functions | |
__init__ (self, int errorCode, str errorMsg) | |
tuple[int, str] | get_error_details (self) |
Protected Attributes | |
_error_code = errorCode | |
_error_msg = errorMsg | |
An error code and error message object wrapper.
Definition at line 16 of file OceanDirectAPI.py.
Python.oceandirect.OceanDirectAPI.OceanDirectError.__init__ | ( | self, | |
int | errorCode, | ||
str | errorMsg ) |
Definition at line 21 of file OceanDirectAPI.py.
tuple[int, str] Python.oceandirect.OceanDirectAPI.OceanDirectError.get_error_details | ( | self | ) |
Definition at line 26 of file OceanDirectAPI.py.
|
protected |
Definition at line 23 of file OceanDirectAPI.py.
|
protected |
Definition at line 24 of file OceanDirectAPI.py.