#import "IMGLYConstants.h"

@implementation IMGLYConstants

// Error codes
NSString* const IMGLYErrorExportFailed = @"E_EXPORT_FAILED";
NSString* const IMGLYErrorParsing = @"E_PARSING";

// Error messages
NSString* const IMGLYErrorExportFailedMessage = @"The export of the asset failed due to: ";
NSString* const IMGLYErrorParsingMessage = @"Unable to parse the argument(s): ";

@end
