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.Code
The error code. |
subject |
str
Subject to whom this error applies. See the specific code enum for more details on this field. For example: - "project: |
detail |
str
Free-form text providing details on the error cause of the error. |
status |
google.rpc.status_pb2.Status
Contains public information about the check error. If available, status.code will be non zero and client can
propagate it out as public error.
|
Classes
Code
Code(value)
Error codes for Check responses.