import { RunError } from "@intuned/sdk/runtime" throw new RunError('An error occurred', { retryable: true, status_code: 500, error_code: 'SERVER_ERROR' });
Error
new RunError(message, options?): RunError
string
RunErrorOptions
RunError
Error.constructor
options: RunErrorOptions;