CheckError(mapping=None, *, ignore_unknown_fields=False, **kwargs)Defines the errors to be returned in
google.api.servicecontrol.v1.CheckResponse.check_errors][google.api.servicecontrol.v1.CheckResponse.check_errors].
| Attributes | |
|---|---|
| Name | Description | 
| code | google.cloud.servicecontrol_v1.types.CheckError.CodeThe error code. | 
| subject | strSubject to whom this error applies. See the specific code enum for more details on this field. For example: - "project: | 
| detail | strFree-form text providing details on the error cause of the error. | 
| status | google.rpc.status_pb2.StatusContains public information about the check error. If available, status.codewill be non zero and client can
   propagate it out as public error. | 
Classes
Code
Code(value)Error codes for Check responses.