@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-error-models-and-problem-details>
  a schema:TechArticle ;
  schema:headline "API Error Models and Problem Details" ;
  schema:url <https://anchorfact.org/computer-science/api-error-models-and-problem-details/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-error-models-and-problem-details>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc9457> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-error-models-and-problem-details>
  schema:citation <https://google.aip.dev/193> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-error-models-and-problem-details>
  schema:citation <https://docs.stripe.com/api/errors> ;
  af:sourceTier "B" .