mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Added Error
This commit is contained in:
4
types/nodegit/git-err.d.ts
vendored
4
types/nodegit/git-err.d.ts
vendored
@@ -1,6 +1,8 @@
|
||||
import { Error } from './error';
|
||||
|
||||
export class Giterr {
|
||||
static errClear(): void;
|
||||
static errDetach(cpy: NodeGit.Error): number;
|
||||
static errDetach(cpy: Error): number;
|
||||
static errLast(): Error;
|
||||
static errSetOom(): void;
|
||||
static errSetString(error_class: number, string: string): void;
|
||||
|
||||
Reference in New Issue
Block a user