google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.ProcessingError View Source
Attributes
code
(type:String.t
, default:nil
) - Error code indicating the nature of the error.errorMessage
(type:String.t
, default:nil
) - Description of the error.fieldViolations
(type:list(GoogleApi.CloudSearch.V1.Model.FieldViolation.t)
, default:nil
) - In case the item fields are invalid, this field contains the details about the validation errors.
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.ProcessingError{ code: String.t(), errorMessage: String.t(), fieldViolations: [GoogleApi.CloudSearch.V1.Model.FieldViolation.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.