MBXConfigurationServiceErrorCode_Internal.h 796 B

123456789101112131415161718
  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, MBXConfigurationServiceErrorCode)
  5. {
  6. MBXConfigurationServiceErrorCodeNoToken,
  7. MBXConfigurationServiceErrorCodeNoConfiguration,
  8. MBXConfigurationServiceErrorCodeHttpError,
  9. MBXConfigurationServiceErrorCodeMalformedConfiguration,
  10. MBXConfigurationServiceErrorCodeIOError,
  11. MBXConfigurationServiceErrorCodeUpdateInProgress,
  12. MBXConfigurationServiceErrorCodeUnexpectedHTTPResponseCode,
  13. MBXConfigurationServiceErrorCodeExpiredConfiguration
  14. } NS_SWIFT_NAME(ConfigurationServiceErrorCode);
  15. NSString* MBXConfigurationServiceErrorCodeToString(MBXConfigurationServiceErrorCode configuration_service_error_code);