GeoRestrictedError
Error response when a publisher uses opt_in routing and the user has not opted in
Properties
| Property | Type | Required | Description |
|---|---|---|---|
error |
string | Yes | |
message |
string | Yes | |
opt_in_endpoint |
string | Yes | |
proxy_region |
string | Yes | |
publisher |
string | Yes |
View JSON Schema
{
"type": "object",
"description": "Error response when a publisher uses opt_in routing and the user has not opted in",
"required": [
"error",
"message",
"publisher",
"proxy_region",
"opt_in_endpoint"
],
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
},
"opt_in_endpoint": {
"type": "string"
},
"proxy_region": {
"type": "string"
},
"publisher": {
"type": "string"
}
}
}