RenderResult constructor

init

Initializes a new instance of the RenderResult class.

def __init__(self, message, render_code):
    ...
ParameterTypeDescription
messagestrThe message.
render_codeRenderErrorCodeThe render code.

See Also