Skip to content

Releases: ralvarezdev/go-net

added some error codes as global variables

14 Jan 03:06
ad0b0af

Choose a tag to compare

v0.5.33

feat: added some error codes as global variables

modified and renamed ErrFieldInvalidValue

14 Jan 02:22
458b2c3

Choose a tag to compare

v0.5.32

refactor: modified and renamed ErrFieldInvalidValue

added ErrInvalidRequestBody again

14 Jan 02:14
089b554

Choose a tag to compare

v0.5.31

fix: added ErrInvalidRequestBody again

solved some bugs

14 Jan 01:57
b805507

Choose a tag to compare

v0.5.30

fix: solved some bugs

I forgot to remove the HTTP status parameter from the interface...

14 Jan 01:50
a849e96

Choose a tag to compare

v0.5.29

fix: I forgot to remove the HTTP status parameter from the interface...

added ErrorCode and HTTPStatus getters to RequestError interface

14 Jan 01:36
c9db186

Choose a tag to compare

v0.5.28

refactor: added ErrorCode and HTTPStatus getters to RequestError inte…

added HandleError function to Handler interface

14 Jan 00:32
82b8a6a

Choose a tag to compare

v0.5.27

feat: added HandleError function to Handler interface

added RequestError interface and its implementations

13 Jan 20:14
3ffe037

Choose a tag to compare

refactor: added RequestError interface and its implementations

* Added RequestError interface and its implementations (FieldError, HeaderError and ParameterError)
* Re-structured folders

modified FieldError's Error type

13 Jan 19:37
aec6c19

Choose a tag to compare

refactor: modified FieldError's Error type

* Modified FieldError's Error type
* It's Error(), not String()...

added missing String method to FieldError struct

13 Jan 19:27
ee0f409

Choose a tag to compare

v0.5.23

refactor: added missing String method to FieldError struct