KT-CT-11101
Error Type: AUTHORIZATION
The viewer is not authorized to execute the query/mutation. Check the ownership/permissions of provided data.
This likely occurred because Kraken searched for a business by ID but failed to find one.
Error Message
{
"errors": [
{
"message": "The viewer is not authorized to execute the query/mutation. Check the ownership/permissions of provided data.",
"extensions": {
"errorType": "AUTHORIZATION",
"errorDescription": "This likely occurred because Kraken searched for a business by ID but failed to find one.",
"errorCode": "KT-CT-11101"
}
}
]
}