Class RuleViolationError
- java.lang.Object
-
- io.apicurio.registry.rest.v1.beans.Error
-
- io.apicurio.registry.rest.v1.beans.RuleViolationError
-
public class RuleViolationError extends Error
Created by aohana
-
-
Constructor Summary
Constructors Constructor Description RuleViolationError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<RuleViolationCause>
getCauses()
void
setCauses(Set<RuleViolationCause> causes)
-
Methods inherited from class io.apicurio.registry.rest.v1.beans.Error
getDetail, getErrorCode, getMessage, getName, setDetail, setErrorCode, setMessage, setName
-
-
-
-
Method Detail
-
getCauses
public Set<RuleViolationCause> getCauses()
-
setCauses
public void setCauses(Set<RuleViolationCause> causes)
-
-