RevisionRefusalReasonNEW
RevisionRefusalReason:
type RevisionRefusalReason = | "not-found" | "unsupported" | "ambiguous-id" | "not-permitted";A non-throwing reason why a revision decision was refused.
Remarks
Section titled “Remarks”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.