Commit Graph

17 Commits (ab4070bfdfcdab9ed11140a703a07691c0ca7337)

Author SHA1 Message Date
Charles Iliya Krempeaux ab4070bfdf made .ErrHTTP() method return the HTTP status code (as an int). added some missing error. removed some errors that should not have been there. 2023-08-14 06:56:09 -07:00
Charles Iliya Krempeaux 2f430f79b6 updated README.md file 2023-08-14 05:57:44 -07:00
Charles Iliya Krempeaux 3bacef551e updated README.md file 2023-08-14 05:56:20 -07:00
Charles Iliya Krempeaux 635fba49cf the new pkg.go.dev will incorporate the README.md file, so do not need doc.go 2023-08-14 05:53:52 -07:00
Charles Iliya Krempeaux 7277a32d08 dealt with internal type fitting interface in another way (other than a unit test) 2023-08-14 05:50:41 -07:00
Charles Iliya Krempeaux 34675d3edc modified package-level global errors in the way the new error package Unwrap(), etc understands it 2023-08-14 05:30:30 -07:00
Charles Iliya Krempeaux 502ea33a84 removed Err() method. deal with internal type fitting interface in another way (other than a unit test) 2023-08-14 05:03:00 -07:00
Charles Iliya Krempeaux 593a440c11 added .ErrHTTP() method so can detect these are these type of errors 2023-02-16 12:01:00 -08:00
Charles Iliya Krempeaux bbaaf21002 added package-level globals for each error. in case the developer does not want to set their own error message or wrap another error. 2023-02-16 11:36:53 -08:00
Charles Iliya Krempeaux b59535530a added .Unwrap()error methods, and some error checking 2023-02-15 22:24:28 -08:00
Charles Iliya Krempeaux ed36b20373 errhttp.URITooLong 2019-07-19 16:50:18 -07:00
Charles Iliya Krempeaux 597db4e001 errhttp.PayloadTooLarge 2019-07-19 16:33:55 -07:00
Charles Iliya Krempeaux cbc84c0126 correction to docs. corrected typo. 2019-07-15 12:31:32 -07:00
Charles Iliya Krempeaux 1b349fbb21 server error 2017-02-06 13:14:15 -08:00
Charles Iliya Krempeaux 4bd4e6ca41 updated docs 2017-02-06 13:04:29 -08:00
Charles Iliya Krempeaux c38ee02a49 client errors 2017-02-06 12:58:13 -08:00
Charles Iliya Krempeaux 6f7fbc0035 initial commit 2017-02-06 12:57:57 -08:00