枚举 MCDRemoteSystemAppRegistrationPublishStatus

typedef NS_ENUM(NSInteger, MCDRemoteSystemAppRegistrationPublishStatus)

指示发布操作状态的枚举。 错误状态指示应用开发人员可能需要重试发布的暂时性条件。

名称 说明
MCDRemoteSystemAppRegistrationPublishStatusSuccess 0 操作已成功完成。
MCDRemoteSystemAppRegistrationPublishStatusErrorNoNetwork 1 网络不可用。
MCDRemoteSystemAppRegistrationPublishStatusErrorWebFailure 2 Web 服务失败。
MCDRemoteSystemAppRegistrationPublishStatusErrorNoTokenRequestSubscriber 3 没有令牌请求订阅者响应。
MCDRemoteSystemAppRegistrationPublishStatusErrorTokenRequestFailed 4 令牌请求失败。
MCDRemoteSystemAppRegistrationPublishStatusErrorAccountNotFound 5 找不到要为其发布信息的帐户。
MCDRemoteSystemAppRegistrationPublishStatusErrorUnknown 6 操作遇到未知错误。