{
    "P1_FAILED_FETCH_CERT_FROM_S3": {
      "errorCode": "P1_FAILED_FETCH_CERT_FROM_S3",
      "statusCode": 500,
      "errorMessage": "Failed to fetch cert from S3"
    },
    "P1_LLM_PROXY_ERROR": {
      "errorCode": "P1_LLM_PROXY_ERROR",
      "statusCode": 500,
      "errorMessage": "Error calling LLM Proxy"
    },
    "P1_GUARDIAN_LLM_PROXY_ERROR":{
      "errorCode": "P1_GUARDIAN_LLM_PROXY_ERROR",
      "statusCode": 500,
      "errorMessage": "Error calling Guardian LLM Proxy"
    },
    "P1_GUARDIAN_LLM_PROXY_WITH_RES_ERROR":{
      "errorCode": "P1_GUARDIAN_LLM_PROXY_WITH_RES_ERROR",
      "statusCode": 500,
      "errorMessage": "Failed to invoke Guardian LLM Proxy, received an error response from the service."
    },
    "P1_AZURE_ERROR":{
      "errorCode": "P1_AZURE_ERROR",
      "statusCode": 500,
      "errorMessage": "Azure Error"
    },
    "P1_PING_FEDERATE_ERROR":{
      "errorCode": "P1_PING_FEDERATE_ERROR",
      "statusCode": 500,
      "errorMessage": "PingFederate error"
    }
}