#import "ARTConstants.h"

NSString *const ARTHttpHeaderFieldErrorCodeKey = @"x-ably-errorcode";
NSString *const ARTHttpHeaderFieldErrorMessageKey = @"x-ably-errormessage";
NSUInteger const ARTIdempotentLibraryGeneratedIdLength = 9; // bytes
