Catch uncatchable Datasource errors - main query.pq
try Web.Contents( "https://httpbin.org", [
RelativePath = "/status/codes/418",
ManualStatusHandling = {401, 402, 404} & {405..500}
] )
catch (e) =>
"Error, but we caught it" meta e