BTHTTPErrors.m 402 B

1234567891011
  1. #if __has_include(<Braintree/BraintreeCore.h>)
  2. #import <Braintree/BTHTTPErrors.h>
  3. #else
  4. #import <BraintreeCore/BTHTTPErrors.h>
  5. #endif
  6. NSString * const BTHTTPErrorDomain = @"com.braintreepayments.BTHTTPErrorDomain";
  7. NSString * const BTHTTPURLResponseKey = @"com.braintreepayments.BTHTTPURLResponseKey";
  8. NSString * const BTHTTPJSONResponseBodyKey = @"com.braintreepayments.BTHTTPJSONResponseBodyKey";