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

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

Property Value
TypeDescription
(google.api.servicecontrol.v1.CheckError.Code|keyof typeof google.api.servicecontrol.v1.CheckError.Code|null)

detail

detail?: (string|null);

CheckError detail

Property Value
TypeDescription
(string|null)

status

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

CheckError status

Property Value
TypeDescription
(google.rpc.IStatus|null)

subject

subject?: (string|null);

CheckError subject

Property Value
TypeDescription
(string|null)