Show / Hide Table of Contents

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 Source

category

The error category.

Declaration
public git_error_t category
Field Value
Type Description
git_error_t
| Improve this Doc View Source

message

The error message.

Declaration
public byte *message
Field Value
Type Description
System.Byte*
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX