ErrorTypes 类

可能的错误类型。

继承
builtins.object
ErrorTypes

构造函数

ErrorTypes()

属性

All

All = {'Service', 'System', 'Unclassified', 'User'}

Service

Service = 'Service'

System

System = 'System'

Unclassified

Unclassified = 'Unclassified'

User

User = 'User'