[Refactor] UI: Enhance backend error handling: refactor error codes and improve notification messages for various error scenarios.

This commit is contained in:
Sakamoto Shiina
2026-01-09 15:06:06 +09:00
parent 3f646a97d8
commit c11999c933
2 changed files with 190 additions and 318 deletions

View File

@@ -175,6 +175,7 @@ export const useReceiveRoutes = () => {
case 400:
errorHandling_Backend({
error_code: parsed_data.result.error_code,
message: parsed_data.result.message,
data: parsed_data.result.data,
endpoint: parsed_data.endpoint,