#import "GITErrors.h"

Defines | |
| #define | __git_error(code, val) const NSInteger code = val |
| #define | __git_error_domain(dom, str) NSString * dom = str |
Functions | |
| __git_error_domain (GITErrorDomain,@"com.manicpanda.GIT.ErrorDomain") | |
| __git_error (GITErrorObjectSizeMismatch,-1) | |
| __git_error (GITErrorObjectNotFound,-2) | |
| __git_error (GITErrorObjectTypeMismatch,-3) | |
| __git_error (GITErrorFileNotFound,-4) | |
| __git_error (GITErrorPackIndexUnsupportedVersion,-5) | |
| #define __git_error | ( | code, | |||
| val | ) | const NSInteger code = val |
| #define __git_error_domain | ( | dom, | |||
| str | ) | NSString * dom = str |
| __git_error | ( | GITErrorPackIndexUnsupportedVersion | , | |
| - | 5 | |||
| ) |
| __git_error | ( | GITErrorFileNotFound | , | |
| - | 4 | |||
| ) |
| __git_error | ( | GITErrorObjectTypeMismatch | , | |
| - | 3 | |||
| ) |
| __git_error | ( | GITErrorObjectNotFound | , | |
| - | 2 | |||
| ) |
| __git_error | ( | GITErrorObjectSizeMismatch | , | |
| - | 1 | |||
| ) |
| __git_error_domain | ( | GITErrorDomain | , | |
| @"com.manicpanda.GIT.ErrorDomain" | ||||
| ) |
1.5.7