Skip to content
Document Authoring DA  API Docs v1.20.0
npmGitHub

RevisionRefusalReasonNEW

RevisionRefusalReason:

type RevisionRefusalReason =
| "not-found"
| "unsupported"
| "ambiguous-id"
| "not-permitted";

A non-throwing reason why a revision decision was refused.

not-found means the requested ID is not pending, unsupported means the underlying revision cannot be decided, ambiguous-id means the requested ID has conflicting revision metadata, and not-permitted means the effective author cannot perform the requested withdrawal.