Out of scope

HTTP 403 · out-of-scope← all Webpath errors

The key is being used outside the space, path, or operations it is scoped to.

How to recover. Use a key whose scope covers this request, or ask the owner for one.

Example response

{
  "type": "https://muse.as/a/webpath/errors/out-of-scope",
  "title": "Out of scope",
  "status": 403,
  "detail": "Use a key whose scope covers this request, or ask the owner for one."
}

This page documents the out-of-scope error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.