Class ValidationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
services.moleculer.error.MoleculerError
services.moleculer.error.MoleculerClientError
services.moleculer.error.ValidationError
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields inherited from class MoleculerError
code, data, name, nodeID, retryable, stack, stackTrace, type -
Constructor Summary
ConstructorsConstructorDescriptionValidationError(io.datatree.Tree payload) ValidationError(String message, String nodeID, String type, Object... data) -
Method Summary
Methods inherited from class MoleculerError
getCode, getData, getName, getStack, getType, isRemote, isRetryable, printStackTrace, printStackTrace, printStackTrace, toTree, toTreeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ValidationError
-
ValidationError
public ValidationError(io.datatree.Tree payload)
-