EOSC-synergy / sqaaas-web

Software Quality Assurance as a Service (SQAaaS) Web
https://sqaaas.eosc-synergy.eu
GNU General Public License v3.0
2 stars 3 forks source link

Wrong error message when the pipeline creation fails #185

Open orviz opened 2 years ago

orviz commented 2 years ago

When the pipeline creation fails in the Pipeline as a Service module, the error message obtained is related to the assessment as seen below:

image

By the way, what about this [object Object]?

dianamariand92 commented 2 years ago

@orviz The [object Object] is because of the response obtained from the API in response.detail, response.reason or response.data is an object and not a message. Please let me know what is the structure of the APIs.