GoogleApi.CloudSearch.V1.Model.ProcessingError (google_api_cloud_search v0.9.0) 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
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.ProcessingError{ code: String.t() | nil, errorMessage: String.t() | nil, fieldViolations: [GoogleApi.CloudSearch.V1.Model.FieldViolation.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.