google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.ItemStatus View Source
This contains item's status and any errors.
Attributes
code
(type:String.t
, default:nil
) - Status code.processingErrors
(type:list(GoogleApi.CloudSearch.V1.Model.ProcessingError.t)
, default:nil
) - Error details in case the item is in ERROR state.repositoryErrors
(type:list(GoogleApi.CloudSearch.V1.Model.RepositoryError.t)
, default:nil
) - Repository error reported by connector.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudSearch.V1.Model.ItemStatus{ code: String.t(), processingErrors: [GoogleApi.CloudSearch.V1.Model.ProcessingError.t()], repositoryErrors: [GoogleApi.CloudSearch.V1.Model.RepositoryError.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.