Is thare is “ignore Response Errors” like OB1 in OB2 ?
TRY
// request block here
CATCH
END
1 Like
Go to the LoliCode view. Cut the entire HttpRequest block and paste it in place of the green text (the comment). Then in stacker you should see something like
LoliCode block containing TRY
Http Request block
LoliCode block containing CATCH etc.
1 Like
I want the key check to fail when the URL doesn’t work (ie ERROR).
BLOCK:Keycheck
banIfNoMatch = False
KEYCHAIN FAIL OR
STRINGKEY @data.ERROR NotEqualTo ""
ENDBLOCK
1 Like
Check this in the block where you want to get the error from.
no val named Server