CancelEscalationResult: {
    entry: EscalationEntry;
    ok: true;
} | {
    ok: false;
    reason: "not-found" | "already-terminal";
}