Query Summary Listing Editing Queries outside of Excel Excel and PQ Source Web Requests OData Requests Web Requests Catching Web.Contents Errors using and ManualStatusHandling 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