Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce custom error types #7

Open
YomesInc opened this issue Feb 9, 2021 · 5 comments
Open

Introduce custom error types #7

YomesInc opened this issue Feb 9, 2021 · 5 comments
Assignees

Comments

@YomesInc
Copy link
Contributor

YomesInc commented Feb 9, 2021

Explain your use case

All the errors from SDK now returns in raw format.
Moreover - they are bubbling up from the very bottom level to the client level.

Describe the problem you’re trying to solve

This errors might be everything - starting from the HTTP errors (can't connect to the server, wrong credentials, smth else) to JSON umarshaling problems.

Does the client really need such verbose level of errors and does he (she) really need to know that we've got some problem during JSON unmarshaling?

Do you have a proposed solution?

@makupi
Copy link

makupi commented Jan 5, 2022

Did anyone ever pick this up? We're planning on using cloudinary-go but it not returning errors properly is an issue.

@momoip
Copy link

momoip commented Jan 5, 2022

I'm checking internally right now and will keep you posted.

@momoip
Copy link

momoip commented Jan 10, 2022

Just to follow up that we have an internal ticket to handle this. I will keep you posted on it's status.

@makupi
Copy link

makupi commented Jan 10, 2022

@momoip Thank you. Do you have any ETA on when we can expect this?

@momoip
Copy link

momoip commented Jan 10, 2022

@makupi This is not planned for this quarter. I will keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants