# Functions
return a error @param format string string format @param p ...interface{} additional parameter @return error.
Returns an error in format with both the error code and the original error message
@param code int the code of error @param format string string format @param p ...interface{} additional parameter @return error.
return a error with original error
@param err error original error @param format string string format @param p ...interface{} additional parameter @return error.
print error
example: defer errors.PrintErr().
# Variables
No description provided by the author