ev_error module

class ev_error.Error(code, msg_prefix)[source]
class ev_error.Error_ImageDecode(msg='')[source]

用于表示程序中出现的图像解码错误的类。

Parameters:

msg (str, optional) – 错误消息。默认为空字符串。

class ev_error.Error_Import(msg='')[source]

表示导入错误的类,env需要修复。

Parameters:

msg (str, optional) – The error message. Defaults to an empty string.

class ev_error.Error_InputFormat(msg='')[source]

表示程序中发生的输入格式错误的类。

Parameters:

msg (str, optional) – 错误消息。默认为空字符串。

class ev_error.Error_JsonParse(msg='')[source]

用于表示程序中发生的JSON解析错误的类。

Parameters:

msg (str, optional) – 错误消息。默认为空字符串。

class ev_error.Error_UnExpectedServer(msg='')[source]

表示程序中发生的意外错误的类。

Parameters:

msg (str, optional) – 错误消息。默认为空字符串。