Exceptions.RequestOkay(respDataopt)

Thrown to shortcut request handling and return an HTTP success code (200).

new RequestOkay(respDataopt)

Parameters:
Name Type Attributes Default Description
respData String | Object <optional>
'' The object (to JSON.stringify()) or string to send in the HTTP response body.
See: