class GitError : public ObjectWrap
Wrapper for libgit2 git_error.
GitError | Wrapper for libgit2 git_error. |
Variables | |
constructor_template | Used to create Node.js constructor. |
Functions | |
Initialize | Used to intialize the EventEmitter from Node.js |
StrError | Get a read-only buffer with the raw content of a blob. |
GitError | |
New | args v8::Arguments function call |
StrError | args v8::Arguments function call |
Wrapper for libgit2 git_error.
class GitError : public ObjectWrap
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Get a read-only buffer with the raw content of a blob.
const char* StrError( int err )
GitError()
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )