DriverException constructor

init

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

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

See Also