{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/it/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Errori API","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"errori-api","__idx":0},"children":["Errori API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["La Public API restituisce gli errori nel formato ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["RFC 9457 — Problem Details for HTTP APIs"]}," (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.rfc-editor.org/rfc/rfc9457"},"children":["rfc-editor.org/rfc/rfc9457"]},"), con ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Content-Type: application/problem+json"]},"."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"struttura-della-risposta-di-errore","__idx":1},"children":["Struttura della risposta di errore"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ogni risposta di errore è un JSON con i campi standard RFC 9457 e, dove previsto, campi di estensione."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Campo"},"children":["Campo"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Tipo"},"children":["Tipo"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"Obbligatorio"},"children":["Obbligatorio"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Descrizione"},"children":["Descrizione"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["sì"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["URI che identifica il ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["tipo"]}," di errore. Punta alla pagina di documentazione dell'errore (vedi ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#tipi-di-errore"},"children":["tipi di errore"]},")."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["title"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["sì"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Breve descrizione leggibile del tipo di problema."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["number"]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["sì"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Codice di stato HTTP (es. 400, 404, 500)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["detail"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["sì"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Messaggio leggibile specifico per questa occorrenza."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["string"]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["sì"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Codice errore applicativo (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-xxx"]},"), utile per log e automazioni."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"tipi-di-errore","__idx":2},"children":["Tipi di errore"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Il campo ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]}]}," della risposta contiene un URI che identifica la categoria dell'errore e punta alla pagina di documentazione corrispondente."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"type"},"children":["type"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"HTTP status"},"children":["HTTP status"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Descrizione"},"children":["Descrizione"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Pagina"},"children":["Pagina"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../errors/validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payload o parametri non validi"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["Validation error"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../errors/not-found-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Risorsa non trovata"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/not-found-error"},"children":["Not found error"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../errors/resource-gone-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["410"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Risorsa eliminata"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/resource-gone-error"},"children":["Resource gone error"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".../errors/server-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Errore interno del server"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/server-error"},"children":["Server error"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ogni pagina elenca i codici ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-xxx"]}," associati, esempi di risposta e indicazioni per risolvere il problema."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"elenco-completo-codici-errore","__idx":3},"children":["Elenco completo codici errore"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Code"},"children":["Code"]},{"$$mdtype":"Tag","name":"th","attributes":{"align":"center","data-label":"HTTP status"},"children":["HTTP status"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"type"},"children":["type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Detail"},"children":["Detail"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-000"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/server-error"},"children":["server-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal server error."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-001"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Malformed payload."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-002"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Validation data error."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-003"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Relative resource not found."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-004"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Flow data validation error."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-005"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sign data validation error."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-006"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Attachment already linked to Template."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-007"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["On before create function not found."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-008"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Insufficient credits available."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-009"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["410"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/resource-gone-error"},"children":["resource-gone-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Certification deleted."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-010"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/not-found-error"},"children":["not-found-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Certification not found."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-011"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No certification attachments found."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-012"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A certification has already been created for this upload session token."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-013"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Not all files have been uploaded."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-014"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/server-error#fallimento-elaborazione-certificazione"},"children":["server-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The certification could not be completed after creation."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-901"]}]},{"$$mdtype":"Tag","name":"td","attributes":{"align":"center"},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/it/errors/validation-error"},"children":["validation-error"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["This True Link has already been used to create a certification."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-certificazione-fallimento-in-elaborazione-asincrona","__idx":4},"children":["GET certificazione: fallimento in elaborazione asincrona"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Quando ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GET /v1/certifications/{reportId}"]}]}," si riferisce a una certificazione ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["creata con successo"]}," ma ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["fallita in elaborazione asincrona"]},", l’API restituisce un ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["codice HTTP coerente con l’errore"]}," (ad es. ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["5xx"]},"). Il corpo è ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["application/problem+json"]}]}," (RFC 9457), con gli stessi campi degli altri errori."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Se in creazione è stato indicato un ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["webhook_url"]}]},", la callback in caso di ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["errore"]}," usa lo ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["stesso"]}," payload ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["problem+json"]}," che restituirebbe questa ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["GET"]},"."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"come-gestire-gli-errori-nel-client","__idx":5},"children":["Come gestire gli errori nel client"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Controllare il ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Content-Type"]}," della risposta: se è ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["application/problem+json"]},", parsare il body come oggetto RFC 9457."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Usare ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]}]}," per distinguere 4xx (errore del client) da 5xx (errore del server)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Usare ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]}]}," per identificare la categoria di errore e consultare la pagina di documentazione corrispondente."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Usare ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["code"]}]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TS-xxx"]},") per log, analytics o messaggi localizzati."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Mostrare all'utente il ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["detail"]}]},"; usare ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["title"]}]}," per etichette generiche."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"riferimento","__idx":6},"children":["Riferimento"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://www.rfc-editor.org/rfc/rfc9457"},"children":["RFC 9457 — Problem Details for HTTP APIs"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Content-Type delle risposte di errore: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["application/problem+json"]}]}]}]},"headings":[{"value":"Errori API","id":"errori-api","depth":1},{"value":"Struttura della risposta di errore","id":"struttura-della-risposta-di-errore","depth":2},{"value":"Tipi di errore","id":"tipi-di-errore","depth":2},{"value":"Elenco completo codici errore","id":"elenco-completo-codici-errore","depth":2},{"value":"GET certificazione: fallimento in elaborazione asincrona","id":"get-certificazione-fallimento-in-elaborazione-asincrona","depth":2},{"value":"Come gestire gli errori nel client","id":"come-gestire-gli-errori-nel-client","depth":2},{"value":"Riferimento","id":"riferimento","depth":2}],"frontmatter":{"title":"Errori API","description":"Formato degli errori restituiti dalla Public API secondo RFC 9457 Problem Details","seo":{"title":"Errori API"}},"lastModified":"2026-03-27T14:09:27.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/it/errors","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}