RdOptimizationError constructor

init

Initializes a new instance of the RdOptimizationError class.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrThe message that describes the error.

See Also