Interface protos.google.api.servicecontrol.v1.ICheckError (3.3.0)

Properties of a CheckError.

Package

@google-cloud/service-control

Properties

code

code?: (google.api.servicecontrol.v1.CheckError.Code|keyof typeof google.api.servicecontrol.v1.CheckError.Code|null);

CheckError code

detail

detail?: (string|null);

CheckError detail

status

status?: (google.rpc.IStatus|null);

CheckError status

subject

subject?: (string|null);

CheckError subject