Interface SyntaxErrorError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
SyntaxErrorErrorImpl

public interface SyntaxErrorError extends ErrorObject

Returned when a Discount predicate, API Extension predicate, or search query does not have the correct syntax.


Example to create an instance using the builder pattern

     SyntaxErrorError syntaxErrorError = SyntaxErrorError.builder()
             .message("{message}")
             .build()