HyperSwitch/errors/not supported
Appearance
< HyperSwitch | errors
HTTP Status
[edit]501
Description
[edit]The server either does not recognize the request method, or it lacks the ability to fulfill the request. 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 |