class documentation
class Level(pb_enum.Enum): (source)
Undocumented
| Constant | __PB2 |
Undocumented |
| Constant | DEBUG |
A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es) |
| Constant | ERROR |
Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action |
| Constant | INFO |
A normal event or state change. Informs what is happening with the API resource. Does not require user attention or interaction |
| Constant | UNSPECIFIED |
Unspecified event severity level |
| Constant | WARN |
Warning event. Indicates a potential or minor problem with the API resource and/or the corresponding processes. Needs user attention, but requires no immediate action (yet) |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|
A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es)
| Value |
|
Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action
| Value |
|