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.
The size of the API error in buffer-form in bytes.
A friendly error message.
Writes the API error into a buffer.
Creates an ApiError object from a buffer.
Generated using TypeDoc
Represents a BrowserFS error. Passed back to applications after a failed call to the BrowserFS API.