GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailure (google_api_apigee v0.38.0) View Source
Describes 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.
Attributes
-
violations
(type:list(GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailureViolation.t)
, default:nil
) - Describes all precondition violations.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailure{ violations: [GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailureViolation.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.