You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling getInvoice for an invoice that doesn't exist, the SDK throws a raw account not found error from the RPC layer instead of a clean Invoice not found message.
Need to catch and normalise RPC errors into typed SDK errors.
When calling
getInvoicefor an invoice that doesn't exist, the SDK throws a rawaccount not founderror from the RPC layer instead of a cleanInvoice not foundmessage.Need to catch and normalise RPC errors into typed SDK errors.