View Source GoogleApi.CloudSearch.V1.Model.ProcessingError (google_api_cloud_search v0.24.0)
Attributes
-
code(type:String.t, default:nil) - Error code indicating the nature of the error. -
errorMessage(type:String.t, default:nil) - The 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.ProcessingError{ code: String.t() | nil, errorMessage: String.t() | nil, fieldViolations: [GoogleApi.CloudSearch.V1.Model.FieldViolation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.