local types = import 'types.libsonnet'; types.google.rpc.Status .withCode(1) .withDetails([ types.google.protobuf.Any ]) .withMessage('string') ._validate()
Name | Type | One-of group | Required | Constraints |
---|---|---|---|---|
code | int32 |
|
||
details | [] google.protobuf.Any |
|
||
message | string |
|