You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: orcid-api-web/tutorial/api_errors.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ This guide is to help diagnose any trouble you may be having with API calls. Bel
46
46
|403| Access Denied |Check the URL of the request|--|
47
47
|403|Forbidden: You are not the source of the work, so you are not allowed to update it|This is because you are trying to modify something that your API client did not put there in the first place ( if the user added an address for example you wouldn't be able to update it)|--|
48
48
|403|If you get this an error with HTML tags and 'Oops an error happened!'. This is because you are using the Web URL not the api url. |Make sure your URL has 'api' at the start|
49
-
|404|The resource was not found. |This means either the ORCID id or the put code were not found in the ORCID registry, make sure the ORCID id and the put code are correct|
49
+
|404|The resource was not found. |This means either the ORCID id or the put code were not found in the ORCID registry, make sure the ORCID id and the put code are correct|`<?xml version="1.0" encoding="UTF-8" standalone="yes"?><error xmlns="http://www.orcid.org/ns/error"><response-code>404</response-code> <developer-message>404 Not Found: The resource was not found.</developer-message> <user-message>The resource was not found.</user-message> <error-code>9016</error-code> <more-info>https://members.orcid.org/api/resources/troubleshooting</more-info> </error>`
50
50
|406| The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.| Check the header you are using. It should be either 'Accept: application/xml' or 'Accept: application/json' It also must match the content type header if provided.|--|
51
51
|409| Conflict: The ORCID record is locked and cannot be edited. ORCID https://orcid.org/xxxx-xxxx-xxxx-xxxx| This record was flagged as violating ORCID's Terms of Use and has been hidden from public view.|--|
52
52
|409|Conflict: You have already added this activity (matched by external identifiers.)|This one is quite explicit, the activity you are trying to add is already on the record|--|
0 commit comments