Uses of Class
dev.vality.damsel.domain_config.OperationError
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of OperationError in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config with type parameters of type OperationError Modifier and Type Field Description List<OperationError>OperationInvalid. errorsMethods in dev.vality.damsel.domain_config that return OperationError Modifier and Type Method Description OperationErrorOperationError. deepCopy()static OperationErrorOperationError. object_not_exists(NonexistantObject value)static OperationErrorOperationError. object_reference_cycle(ObjectReferenceCycle value)Methods in dev.vality.damsel.domain_config that return types with arguments of type OperationError Modifier and Type Method Description List<OperationError>OperationInvalid. getErrors()Iterator<OperationError>OperationInvalid. getErrorsIterator()Methods in dev.vality.damsel.domain_config with parameters of type OperationError Modifier and Type Method Description voidOperationInvalid. addToErrors(OperationError elem)intOperationError. compareTo(OperationError other)booleanOperationError. equals(OperationError other)Method parameters in dev.vality.damsel.domain_config with type arguments of type OperationError Modifier and Type Method Description OperationInvalidOperationInvalid. setErrors(List<OperationError> errors)Constructors in dev.vality.damsel.domain_config with parameters of type OperationError Constructor Description OperationError(OperationError other)Constructor parameters in dev.vality.damsel.domain_config with type arguments of type OperationError Constructor Description OperationInvalid(List<OperationError> errors)