def __init__(self, message)

函数功能

MindIEClientException对象初始化。

函数原型

def __init__(self, message)

参数说明

参数名

参数类型

输入/输出

说明

message

String

输入

异常信息,长度取值范围在[1, 512000]。

返回值