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

Property Type Description
code number Numeric error code identifying the type of error.
message string Human-readable error message.

Links to this page: