异常处理
TbErrorExt
dataclass
为类型添加一个err
项 用于保存捕获到的异常
BoolResponse
dataclass
bool返回值 不是内置bool的子类 可能不支持部分bool操作
Attributes:
Name | Type | Description |
---|---|---|
err |
Exception | None
|
捕获的异常 |
IntResponse
dataclass
int返回值 是内置int的子类
Attributes:
Name | Type | Description |
---|---|---|
err |
Exception | None
|
捕获的异常 |
StrResponse
dataclass
str返回值 是内置str的子类
Attributes:
Name | Type | Description |
---|---|---|
err |
Exception | None
|
捕获的异常 |
TiebaServerError
贴吧服务器异常
HTTPStatusError
错误的状态码
TiebaValueError
意外的字段值
ContentTypeError
无法解析响应头中的content-type