Struct git_error
Structure to store details of the last error that occurred. This is kept on a per-thread basis.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_errorFields
| Improve this Doc View Sourcecategory
The error category.
Declaration
public git_error_t categoryField Value
| Type | Description | 
|---|---|
| git_error_t | 
message
The error message.
Declaration
public byte *messageField Value
| Type | Description | 
|---|---|
| System.Byte* |