GRMustacheErrorCode Constants Reference
Declared in | GRMustacheError.h |
Availability | v1.0 |
GRMustacheErrorCode
The codes of a GRMustache-generated NSError
Definition
typedef NS_ENUM(NSInteger, GRMustacheErrorCode ) {
GRMustacheErrorCodeParseError,
GRMustacheErrorCodeTemplateNotFound,
GRMustacheErrorCodeRenderingError,
};
Constants
GRMustacheErrorCodeParseError
-
The error code for parse errors.
Available in v1.0
Declared In
GRMustacheError.h
. GRMustacheErrorCodeTemplateNotFound
-
The error code for not found templates and partials.
Available in v1.0
Declared In
GRMustacheError.h
. GRMustacheErrorCodeRenderingError
-
The error code for not rendering errors.
Available in v6.3
Declared In
GRMustacheError.h
.
Availability
v1.0
Declared In
GRMustacheError.h