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

Properties of a QuotaError.

Package

@google-cloud/service-control!

Properties

code

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

QuotaError code

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

description

description?: (string|null);

QuotaError description

Property Value
TypeDescription
(string|null)

status

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

QuotaError status

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

subject

subject?: (string|null);

QuotaError subject

Property Value
TypeDescription
(string|null)