# README
Golang Custom Error
Library for Convenient Error Handling in Golang
Brief Description of How to Use This Library
1) Package Installation
go get github.com/akayo16/custom-error@latest
2) Initialize Logging For Errors. Call This Function In Your main.go
InitializingLogging()
3) Create Your Custom Errors!)
NewCustomErrorWithLevelLogging()
NewCustomError()
# Functions
No description provided by the author
Result: http.StatusCode From net/http.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Sets http.StatusInternalServerError as default CustomError.Сode And LevelError as a LevelError.Error.
Sets http.StatusInternalServerError as default CustomError.Сode.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author