HyperSwitch/errors/forbidden
Appearance
< HyperSwitch | errors
HTTP Status
[edit]403
Description
[edit]Indicates that the request could not be processed because of conflict in the request, such as an edit conflict between multiple simultaneous updates. The detail
field contains explanation of the reason of service denial. Error response contains JSON body in the form of application/problem+json
Body Schema
[edit]Field | Type | Description | Example |
---|---|---|---|
type | string | Link to the error description page | https://mediawiki.org/wiki/HyperSwitch/errors/conflit |
method | string | HTTP request method | post |
uri | string | Requested URI that produced this problem | https://en.wikipedia.org/api/rest_v1/page/html/Darth_Vader |
title | string | High-level explanation of the error | Access to resource denied |
Special error types
[edit]revision
[edit]Indicates that access to the requested revision is administratively prohibited. To support debugging response contain a restrictions array.
rerenders_disabled
[edit]Rerendering of a particular article is prohibited.