Google.Rpc.PreconditionFailure (ex_sui v0.1.0)
View SourceDescribes what preconditions have failed.
For example, if an RPC failed because it required the Terms of Service to be acknowledged, it could list the terms of service violation in the PreconditionFailure message.
Summary
Types
@type t() :: %Google.Rpc.PreconditionFailure{ __unknown_fields__: [Protobuf.unknown_field()], violations: [Google.Rpc.PreconditionFailure.Violation.t()] }