Represents a BrowserFS error. Passed back to applications after a failed call to the BrowserFS API.
Error codes mirror those returned by regular Unix file operations, which is what Node returns.
The type of the error.
Optional
message: string = ...A descriptive error message.
Optional
path: stringOptional
causeOptional
pathOptional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackStatic
DerserializeStatic
EACCESStatic
EEXISTStatic
EISDIRStatic
ENOENTStatic
ENOTDIRStatic
ENOTEMPTYStatic
EPERMStatic
FileStatic
captureStatic
fromJSONGenerated using TypeDoc
Represents a BrowserFS error. Passed back to applications after a failed call to the BrowserFS API.