OceanDirectPython  3.1.1
OceanDirect Python API
Public Member Functions | List of all members
Python.oceandirect.OceanDirectAPI.OceanDirectError Class Reference

An error code and error message object wrapper. More...

Inheritance diagram for Python.oceandirect.OceanDirectAPI.OceanDirectError:

Public Member Functions

def __init__ (self, int errorCode, str errorMsg)
 
tuple[int, str] get_error_details (self)
 

Detailed Description

An error code and error message object wrapper.

Definition at line 16 of file OceanDirectAPI.py.

Constructor & Destructor Documentation

◆ __init__()

def Python.oceandirect.OceanDirectAPI.OceanDirectError.__init__ (   self,
int  errorCode,
str  errorMsg 
)

Definition at line 21 of file OceanDirectAPI.py.

Member Function Documentation

◆ get_error_details()

tuple[int, str] Python.oceandirect.OceanDirectAPI.OceanDirectError.get_error_details (   self)

Definition at line 26 of file OceanDirectAPI.py.