Result of one copy call. A rejected clipboard write is an outcome, not a thrown error.
const outcome = await copy(partyId)if (!outcome.ok) toast.error(outcome.error.message) Copy
const outcome = await copy(partyId)if (!outcome.ok) toast.error(outcome.error.message)
Result of one copy call. A rejected clipboard write is an outcome, not a thrown error.