34#ifndef API_MIP_ERROR_CC_H_
35#define API_MIP_ERROR_CC_H_
39#define ERROR_STRING_BUFFER_SIZE 1024
#define ERROR_STRING_BUFFER_SIZE
mip_cc_network_error_category
@ MIP_NETWORK_ERROR_CATEGORY_SERVICE_UNAVAILABLE
HTTP response code indicates service is unavailable.
@ MIP_NETWORK_ERROR_CATEGORY_UNKNOWN
Unknown network failure.
@ MIP_NETWORK_ERROR_CATEGORY_NO_CONNECTION
Failed to establish a connection.
@ MIP_NETWORK_ERROR_CATEGORY_UNEXPECTED_RESPONSE
HTTP response completed but contained unexpected data.
@ MIP_NETWORK_ERROR_CATEGORY_FAILURE_RESPONSE_CODE
HTTP response code indicates failure.
@ MIP_NETWORK_ERROR_CATEGORY_PROXY
Proxy failure.
@ MIP_NETWORK_ERROR_CATEGORY_SSL
SSL failure.
@ MIP_NETWORK_ERROR_CATEGORY_CANCELLED
HTTP operation has been cancelled by the application.
@ MIP_NETWORK_ERROR_CATEGORY_FUNCTION_NOT_IMPLEMENTED
HTTP operation has been cancelled by the application.
@ MIP_NETWORK_ERROR_CATEGORY_BAD_RESPONSE
HTTP response could not be read.
@ MIP_NETWORK_ERROR_CATEGORY_TIMEOUT
Connection timed out.
@ MIP_NETWORK_ERROR_CATEGORY_THROTTLED
HTTP operation failed due to server traffic throttling.
@ MIP_NETWORK_ERROR_CATEGORY_OFFLINE
Operation requires network connectivity.
mip_cc_no_permissions_error_category
@ MIP_NO_PERMISSIONS_ERROR_CLIENT_NOT_UPDATED
The SDK used by the client application does not support the requested operation.
@ MIP_NO_PERMISSIONS_ERROR_NOT_OWNER
@ MIP_NO_PERMISSIONS_ERROR_ACCESS_EXPIRED
@ MIP_NO_PERMISSIONS_ERROR_UNKNOWN
Unknown no permissions failure.
@ MIP_NO_PERMISSIONS_ERROR_UNKNOWN_TENANT
@ MIP_NO_PERMISSIONS_ERROR_USER_NOT_FOUND
User was not found.
@ MIP_NO_PERMISSIONS_ERROR_ACCESS_DENIED
@ MIP_NO_PERMISSIONS_ERROR_NOT_PREMIUM_LICENSE_USER
@ MIP_NO_PERMISSIONS_ERROR_INVALID_EMAIL
mip_cc_service_disabled_error_extent
@ MIP_SERVICE_DISABLED_ERROR_EXTENT_USER
Service is disabled for the user.
@ MIP_SERVICE_DISABLED_ERROR_EXTENT_DEVICE
Service is disabled for the device.
@ MIP_SERVICE_DISABLED_ERROR_EXTENT_PLATFORM
Service is disabled for the platform.
@ MIP_SERVICE_DISABLED_ERROR_EXTENT_TENANT
Service is disabled for the tenant.
Defines success/error result codes.
mip_cc_result
API success/failure result.
mip_cc_service_disabled_error_extent serviceDisabledError_Extent
int32_t networkError_ResponseCode
mip_cc_no_permissions_error_category noPermissionsError_Category
mip_cc_network_error_category networkError_Category