import { RunErrorOptions } from "@intuned/sdk/runtime" const options: RunErrorOptions = { retryable: true, status_code: 500, error_code: 'SERVER_ERROR' };
optional error_code: string;
optional retryable: boolean;
optional status_code: number;