Skip to content

Graphviz API Error Handling

jvelilla edited this page Dec 14, 2012 · 4 revisions

Resource not found

{ "collection" :
  {
    "version" : "1.0",
    "href" : "...",

    "error" : {
      "title" : "Resource Not Found",
      "code" : "001",
      "message" : ""
    }
  } 
}
Clone this wiki locally