severity property
How severe the SDK bug is.
Output only. Possible string values are:
- "SEVERITY_UNSPECIFIED" : A bug of unknown severity.
- "NOTICE" : A minor bug that that may reduce reliability or performance for some jobs. Impact will be minimal or non-existent for most jobs.
- "WARNING" : A bug that has some likelihood of causing performance degradation, data loss, or job failures.
- "SEVERE" : A bug with extremely significant impact. Jobs may fail erroneously, performance may be severely degraded, and data loss may be very likely.
Implementation
core.String? severity;