mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)
This commit is contained in:
9
vendor/codeberg.org/gruf/go-errors/v2/README.md
generated
vendored
9
vendor/codeberg.org/gruf/go-errors/v2/README.md
generated
vendored
@@ -1,5 +1,8 @@
|
||||
# go-errors
|
||||
|
||||
simple but powerful errors library that allows easy wrapping and stacktracing of errors.
|
||||
|
||||
to disable stacktraces set the `notrace` build tag.
|
||||
powerful errors library with a simple API that allows:
|
||||
- accessing all the standard library errors functions
|
||||
- wrapping of errors
|
||||
- adding values to errors, in a similar manner to contexts
|
||||
- including calling function prefix when tag=errcaller is set
|
||||
- including stacktrace with error when tag=errtrace is set
|
||||
|
Reference in New Issue
Block a user