View Source GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailure (google_api_apigee v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailure{
  violations:
    [GoogleApi.Apigee.V1.Model.GoogleRpcPreconditionFailureViolation.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.