I am handling an error “413 Payload Too Large” and I am not able to determine the “fault-source” being Target, Policy, or Proxy. I currently use this setup, which works ok:
(flow.error.code = null) and (fault.name = "TooBigBody" and error.status.code = 413) AM-Error-413However, I would like to be able to add “fault-source” check to the condition and make sure the error is not from the Target Endpoint(502 TooBigBody). None of the variables provided here https://docs.apigee.com/api-platform/reference/variables-reference are able to provide me with the “fault-source”. Is there any work around?