Diagnostic(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a diagnostic message (error or warning)
Attributes |
|
---|---|
Name | Description |
location |
str
File name and line number of the error or warning. |
kind |
google.cloud.servicemanagement_v1.types.Diagnostic.Kind
The kind of diagnostic information provided. |
message |
str
Message describing the error or warning. |
Classes
Kind
Kind(value)
The kind of diagnostic information possible.