Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/FWebJSResponse
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include | #include "WebJSFunction.h" |
template<typename T>
void Failure
(
T Arg
) const
Remarks
Indicate failed completion, passing an error message back to JS. The remote Promise's catch() handler will be executed with the value passed as the error reason.