|
|
585ec46282
|
Fix some type change bugs (error)
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-21 14:16:47 +08:00 |
|
|
|
ac428946e7
|
Use generator to generate exceptions from yaml
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-21 13:48:37 +08:00 |
|
|
|
e4329dfc2b
|
refactor: standardize error handling with exception.Builder
- Replace hardcoded error messages with structured error codes using exception.Builder.
- Introduce new common error constants in exception/common.go (CommonErrorInvalidInput, CommonErrorUserNotFound, etc.).
- Update exception/specific.go with domain-specific errors and remove redundant ones.
- Apply consistent error handling across auth, event, user services and middleware.
Co-authored-by: Gemini <gemini@google.com>
Signed-off-by: Noa Virellia <noa@requiem.garden>
|
2026-01-21 12:47:49 +08:00 |
|
|
|
5dbbdc62e6
|
Add exception error manager
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-21 12:04:17 +08:00 |
|
|
|
231f591767
|
Fix bind json error
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-20 19:48:59 +08:00 |
|
|
|
89c2d11f19
|
Fix exchange bind json error
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-20 19:04:26 +08:00 |
|
|
|
cd93491d98
|
Add exchange api endpoint, fix jwt authtoken var type error
Signed-off-by: Asai Neko <sugar@sne.moe>
|
2026-01-20 18:51:15 +08:00 |
|