@neurosity/sdk
Version:
Neurosity SDK
6 lines • 386 B
TypeScript
export declare const prefix = "Neurosity SDK: ";
export declare const mustSelectDevice: Error;
export declare const metricNotSupportedByModel: (metric: string, modelVersion: string) => Error;
export declare const locationNotFound: (location: string, modelVersion: string) => Error;
export declare const exceededMaxItems: (maxItems: number) => Error;
//# sourceMappingURL=errors.d.ts.map