View Source GoogleApi.CloudControlsPartner.V1.Model.ConnectionError (google_api_cloud_controls_partner v0.3.3)

Information around the error that occurred if the connection state is anything other than available or unspecified

Attributes

  • errorDomain (type: String.t, default: nil) - The error domain for the error
  • errorMessage (type: String.t, default: nil) - The error message for the error

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.ConnectionError{
  errorDomain: String.t() | nil,
  errorMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.