View Source GoogleApi.GKEHub.V1.Model.ConfigManagementSyncError (google_api_gke_hub v0.16.0)
An ACM created error representing a problem syncing configurations
Attributes
-
code(type:String.t, default:nil) - An ACM defined error code -
errorMessage(type:String.t, default:nil) - A description of the error -
errorResources(type:list(GoogleApi.GKEHub.V1.Model.ConfigManagementErrorResource.t), default:nil) - A list of config(s) associated with the error, if any
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ConfigManagementSyncError{ code: String.t() | nil, errorMessage: String.t() | nil, errorResources: [GoogleApi.GKEHub.V1.Model.ConfigManagementErrorResource.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.