Skip to content

Documentation / base / VFSError

Class: VFSError

Defined in: libs/base/src/vfs/vfs.ts:80

Represents an error that occurred during a VFS operation.

Extends

  • Error

Constructors

Constructor

new VFSError(message, code?, path?): VFSError

Defined in: libs/base/src/vfs/vfs.ts:81

Parameters

message

string

code?

string

path?

string

Returns

VFSError

Overrides

Error.constructor

Properties

code?

optional code?: string

Defined in: libs/base/src/vfs/vfs.ts:83


path?

optional path?: string

Defined in: libs/base/src/vfs/vfs.ts:84

Released under the MIT License.