Skip to content

SQLError

Unofficial

Represents an error returned from a WebSQL database operation.

Import:

import type { SQLError } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface SQLError

Properties

PropertyTypeDescription
codenumberNumeric error code identifying the type of error.
messagestringHuman-readable error message.

Links to this page: