public void setErrorType()

in ExportTenantData/src/main/java/tenant/export/errors/GatewayError.java [21:23]


    public void setErrorType(String errorType) {
        this.errorType = errorType;
    }