#error-handling
Read more stories on Hashnode
Articles with this tag
Creating errors with errors.New() function If we don't need a custom type for an error, and we can work with a single error type then we can use...
Error is a result of unexpected circumstances or abnormal behaviour of the program. For example, a network connection error, a user entering incorrect...