Interface SemanticErrorError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
SemanticErrorErrorImpl

public interface SemanticErrorError extends ErrorObject

Returned when a Discount predicate or API Extension predicate is not semantically correct.


Example to create an instance using the builder pattern

     SemanticErrorError semanticErrorError = SemanticErrorError.builder()
             .message("{message}")
             .build()