EdgeAIG's picture
download
raw
474 Bytes
import { AISDKError } from './ai-sdk-error';
const name = 'AI_LoadSettingError';
const marker = `vercel.ai.error.${name}`;
const symbol = Symbol.for(marker);
export class LoadSettingError extends AISDKError {
private readonly [symbol] = true; // used in isInstance
constructor({ message }: { message: string }) {
super({ name, message });
}
static isInstance(error: unknown): error is LoadSettingError {
return AISDKError.hasMarker(error, marker);
}
}

Xet Storage Details

Size:
474 Bytes
·
Xet hash:
6c2da9b72fb88fbe4ccd787edd8079cac8e2788fbe908120df222df839002c11

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.