retaildevcrews / helium

A secure Web API reference application using Managed Identity, Key Vault, and Cosmos DB that is designed to be deployed to Azure App Service or AKS.
MIT License
6 stars 7 forks source link

404 error messages are different in each helium version #617

Closed sivamu closed 3 years ago

sivamu commented 4 years ago

Tasks:

Csharp:

{
  "status": 404,
  "message": "Actor Not Found",
  "error": "NotFound"
}

Java:

{
  "timestamp": 1603467106435,
  "path": "/api/actors/nm0393206",
  "status": 404,
  "error": "Not Found",
  "message": "Actor Not Found",
  "requestId": "7462fc4e-182841"
}

Node:

{
  "status": 404,
  "message": "Actor Not Found"
}
dsturgell commented 3 years ago

Ensure standardize on subset but keep language idiomatic