We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import { ServerError, ValidationError, ConnectionError, TimeoutError } from 'wauldo'; try { await client.guard('test', 'test'); } catch (e) { if (e instanceof ServerError) console.error(`[${e.code}]: ${e.message}`); }
The SDK retries transient errors with exponential backoff.
There was an error while loading. Please reload this page.