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,
};

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.

Declared In

NSError+IMSThing.h