IMSThingExportError Constants Reference

Declared in NSError+IMSThing.h

IMSThingExportError

错误码定义

Definition

typedef NS_ENUM(NSInteger, IMSThingExportError ) {
   IMSThingExportErrorSuccess = 0,
   IMSThingExportErrorUnknownError = 3201,
   IMSThingExportErrorInvokeNetError = 3101,
   IMSThingExportErrorServerBusinessError = 3103,
   IMSThingExportErrorParameterError = 3104,
   IMSThingExportErrorLocalConnectError = 3105,
   IMSThingExportErrorTimeout = 3106,
};

Constants

IMSThingExportErrorSuccess

业务成功

Declared In NSError+IMSThing.h.

IMSThingExportErrorUnknownError

客户端内部错误

Declared In NSError+IMSThing.h.

IMSThingExportErrorInvokeNetError

网络错误

Declared In NSError+IMSThing.h.

IMSThingExportErrorServerBusinessError

业务错误

Declared In NSError+IMSThing.h.

IMSThingExportErrorParameterError

参数错误

Declared In NSError+IMSThing.h.

IMSThingExportErrorLocalConnectError

设备本地连接不上

Declared In NSError+IMSThing.h.

IMSThingExportErrorTimeout

错误码定义

Declared In NSError+IMSThing.h.

Declared In

NSError+IMSThing.h