Report this

What is the reason for this report?

How to handle protocols and error

Posted on August 11, 2021

I would like to know more about handling errors,what error code mean



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @valanthoniomarie,

So error handling is basically when you have sitatuion where your script/service will fail and you won’t to know when that happens and log the error message. When logging the error message, you’ll know what actions to take in order to resolve the issue or the reason for the failed execution.

Now, error codes in Linux are used again when something fails to execute properly. Different error code is given based on where and what made the script failed. Every error code can mean something different and it is basically a good idea to Google them each time you experience them as they are so many I doubt anyone knows them by heart.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.