From 194559792a79bf29c646c8dc8f1678854b68ac79 Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Fri, 3 Jan 2025 14:51:13 -0800 Subject: [PATCH] docs: getPayout() throws if there's no payment for the keyword --- main/reference/zoe-api/user-seat.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/reference/zoe-api/user-seat.md b/main/reference/zoe-api/user-seat.md index 527722fdb..3f9b1e57a 100644 --- a/main/reference/zoe-api/user-seat.md +++ b/main/reference/zoe-api/user-seat.md @@ -66,6 +66,9 @@ redirecting escrowed assets in accordance with the result of the transaction. The promise will be resolved promptly once the seat exits. +If there is no payment corresponding to the keyword, an error will be +thrown. + ## E(UserSeat).getOfferResult() - Returns: **Promise<OfferResult>**