> For the complete documentation index, see [llms.txt](https://o2oa.gitbook.io/course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://o2oa.gitbook.io/course/ping-tai-shi-shi/ping-tai-cuo-wu-ri-zhi.md).

# 平台错误日志

平台错误分成三类

## 已定义的错误

系统可以捕获处理的错误,比如密码错误,指定的数据不存在等.

## 无法预见的错误

在运行中发生无法预计的错误,不在已定义的错误范畴内,比如:NullPointErexception

## 警告

运行时间发生的可以自动处理的错误,比如字段超长.
