Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Per consentire messaggi e log migliori, il Key Access Control List Service (KACLS)
di operazioni non riuscite restituisce una risposta JSON strutturata nel corpo.
Vengono utilizzati i codici di stato HTTP standard.
Rappresentazione JSON
{"code": int,"message": string,"details": string}
Campi
code
int
Codice di stato HTTP standard
message
string (UTF-8)
Un messaggio di errore leggibile.
details
string (UTF-8)
Ulteriori dettagli sull'errore, ad esempio un'analisi dello stack.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[],["KACLS operation failures now return a structured JSON response in the body, using standard HTTP status codes. The JSON format includes three fields: `code` (an integer representing the HTTP status), `message` (a human-readable error string), and `details` (a string providing further information like a stack trace). This structured format improves the quality of error messages and logs.\n"]]