public GatewayError()

in ExportTenantData/src/main/java/tenant/export/errors/GatewayError.java [10:15]


    public GatewayError(String errorType, String httpStatus, String requestId, String message) {
        this.errorType = errorType;
        this.httpStatus = httpStatus;
        this.requestId = requestId;
        this.message = message;
    }