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: specification/mesh-api.yaml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -267,8 +267,16 @@ info:
267
267
For more details, and to get started, see [digital onboarding](https://digital.nhs.uk/developer/guides-and-documentation/digital-onboarding#using-the-digital-onboarding-portal).
268
268
269
269
For any other queries, contact our support mailbox [ssd.nationalservicedesk@nhs.net](mailto:ssd.nationalservicedesk@nhs.net).
270
-
271
270
271
+
## Errors
272
+
We use standard HTTP status codes to show whether an API request succeeded or not. They are usually in the range:
273
+
274
+
* 200 to 299 if it succeeded, including code 202 if it was accepted by an API that needs to wait for further action
275
+
* 400 to 499 if it failed because of a client error by your application
276
+
* 500 to 599 if it failed because of an error on our server
277
+
278
+
Errors specific to each API are shown in the Endpoints section, under Response. See our [reference guide](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#http-status-codes) for more on errors.
279
+
272
280
title: Message Exchange for Social Care and Health - REST API
0 commit comments