Categorygithub.com/akayo16/custom-error
modulepackage
0.0.10
Repository: https://github.com/akayo16/custom-error.git
Documentation: pkg.go.dev

# 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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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