@tai-kun/surrealdb
Version:
The SurrealDB SDK for JavaScript
14 lines • 512 B
TypeScript
import { SurrealError, type SurrealErrorOptions } from "./general";
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/guides/errors/#json)
*/
export declare class JsonError extends SurrealError {
}
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/guides/errors/#jsonunsafemapkeyerror)
*/
export declare class JsonUnsafeMapKeyError extends JsonError {
key: unknown;
constructor(key: unknown, options?: SurrealErrorOptions | undefined);
}
//# sourceMappingURL=json.d.ts.map