Class CheckError (1.5.2)

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

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > CheckError

Classes

Code

Code(value)

Error codes for Check responses.