Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CabinetError

import { CabinetError } from "https://raw.githubusercontent.com/dan-online/cabinet/master/mod.ts";
class CabinetError {
constructor(err: Error, action: {
msg: string;
file?: string;
perm?: string;
}
);
action: {
msg: string;
file?: string;
perm?: string;
}
;
 
private defaultError(err: Error);
private permissionError(err: Error);
}

§Constructors

§
new CabinetError(err: Error, action: {
msg: string;
file?: string;
perm?: string;
}
)
[src]

§Properties

§
action: {
msg: string;
file?: string;
perm?: string;
}
[src]

§Methods

§
defaultError(err: Error) private
[src]
§
permissionError(err: Error) private
[src]