Package com.algolia.model.ingestion
Class TransformationError
java.lang.Object
com.algolia.model.ingestion.TransformationError
The error if the transformation failed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
The error status code.A descriptive message explaining the failure.int
hashCode()
setMessage
(String message) toString()
-
Constructor Details
-
TransformationError
public TransformationError()
-
-
Method Details