MBXEventsServiceErrorCode_Internal.h 920 B

123456789101112131415161718192021222324
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. // NOLINTNEXTLINE(modernize-use-using)
  4. typedef NS_ENUM(NSInteger, MBXEventsServiceErrorCode)
  5. {
  6. MBXEventsServiceErrorCodeNoToken,
  7. MBXEventsServiceErrorCodeNoUserAgent,
  8. MBXEventsServiceErrorCodeNotFound,
  9. MBXEventsServiceErrorCodeUnauthorized,
  10. MBXEventsServiceErrorCodeInvalidPayload,
  11. MBXEventsServiceErrorCodeLargePayload,
  12. MBXEventsServiceErrorCodeMultiStatus,
  13. MBXEventsServiceErrorCodeBadRequest,
  14. MBXEventsServiceErrorCodeTimeout,
  15. MBXEventsServiceErrorCodeInvalidEndpoint,
  16. MBXEventsServiceErrorCodeMalformedEvent,
  17. MBXEventsServiceErrorCodeHttpError,
  18. MBXEventsServiceErrorCodeEventsDisabled,
  19. MBXEventsServiceErrorCodeIOError
  20. } NS_SWIFT_NAME(EventsServiceErrorCode);
  21. NSString* MBXEventsServiceErrorCodeToString(MBXEventsServiceErrorCode events_service_error_code);