DriverException constructor

__init__(self, code, message)

Initialize an instance of DriverException with specified native driver error code and message.


def __init__(self, code, message):
    ...
ParameterTypeDescription
codeint
messagestr

See Also