The standard OAuth error envelope (RFC 6749 §5.2, RFC 7591 §3.2.2,
RFC 7009 §2.2) every AI-connector endpoint uses, distinct from this
API's own { success, error } envelope used everywhere else in this
document.
{
"error": "string",
"error_description": "string"
}