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_error
Fields
| Improve this Doc View Sourcecategory
The error category.
Declaration
public git_error_t category
Field Value
Type | Description |
---|---|
git_error_t |
message
The error message.
Declaration
public byte *message
Field Value
Type | Description |
---|---|
System.Byte* |