TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters ``` requests | where resultCode == 500 | join ( exceptions ) on operation_Id | extend pathPrefix = extract("/(\\w+)", 0, tostring(operation_Name)) | where outerMessage contains "ERR_UNESCAPED_CHARACTERS" ```