# WriteNotPermittedError

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/docs-pr/git-write/git-write.adapter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/docs-pr/git-write/git-write.adapter.ts#L38)

Thrown when the repo cannot be written — the GitHub App lacks contents:write /
pull_requests:write (the installation hasn't re-consented), or no installation/token
is available. The orchestrator records this as status:'error' and NEVER touches the
repo, so the feature degrades gracefully instead of breaking anything.

**Extends:** `Error`
