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