in src/main/java/software/amazon/event/kafkaconnector/EventBridgeResult.java [28:32]
private Error(final ErrorType type, final String message, final Throwable cause) {
this.message = message;
this.cause = cause;
this.type = type;
}