Uses of Class
com.arangodb.entity.ErrorEntity
-
Packages that use ErrorEntity Package Description com.arangodb com.arangodb.entity -
-
Uses of ErrorEntity in com.arangodb
Constructors in com.arangodb with parameters of type ErrorEntity Constructor Description ArangoDBException(ErrorEntity errorEntity)
-
Uses of ErrorEntity in com.arangodb.entity
Methods in com.arangodb.entity that return types with arguments of type ErrorEntity Modifier and Type Method Description List<ErrorEntity>
MultiDocumentEntity. getErrors()
Method parameters in com.arangodb.entity with type arguments of type ErrorEntity Modifier and Type Method Description void
MultiDocumentEntity. setErrors(List<ErrorEntity> errors)
-