HyperSwitch/errors/forbidden
< HyperSwitch | errors
HTTP Status
edit403
Description
editIndicates 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
editField | 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
editrevision
editIndicates that access to the requested revision is administratively prohibited. To support debugging response contain a restrictions array.
rerenders_disabled
editRerendering of a particular article is prohibited.