|
@@ -1144,8 +1144,84 @@
|
|
|
"nameSearch": "Search by name",
|
|
|
"selectAdd": "Select Address",
|
|
|
"errCode": {
|
|
|
- "-1": "Request failed",
|
|
|
- "8032": "Upload failed. Check file format."
|
|
|
+ "-1": "Request failed, server encountered a minor issue!",
|
|
|
+ "0":"Operation succeeded",
|
|
|
+ "1":"Operation failed",
|
|
|
+ "500":"System error",
|
|
|
+ "3008":"User already exists, please login directly.",
|
|
|
+ "3014":"Incorrect account or password",
|
|
|
+ "4001":"Missing parameters",
|
|
|
+ "4006":"This account has been deactivated",
|
|
|
+ "4008":"User not logged in",
|
|
|
+ "4009":"No role assigned",
|
|
|
+ "4010":"No permission",
|
|
|
+ "4011":"Department not found",
|
|
|
+ "4012":"User already exists",
|
|
|
+ "4013":"User does not exist",
|
|
|
+ "4014":"Passwords do not match, please re-enter",
|
|
|
+ "4015":"Current account has no permission, contact administrator",
|
|
|
+ "4016":"Fire investigation project not found",
|
|
|
+ "4017":"Unauthorized or expired link, access denied",
|
|
|
+ "4018":"Access password missing",
|
|
|
+ "4019":"Incorrect password, please re-enter.",
|
|
|
+ "4020":"Route resolution failed",
|
|
|
+ "4021":"Access password must be 4-digit letters/numbers",
|
|
|
+ "4022":"Access password generated",
|
|
|
+ "4023":"Incorrect verification code",
|
|
|
+ "4024":"Verification code request too frequent, try later",
|
|
|
+ "6000":"Camera already bound to user, rebind to another user before modifying",
|
|
|
+ "6001":"Organization already exists, do not recreate",
|
|
|
+ "6002":"Sub-organizations exist, cannot delete",
|
|
|
+ "6003":"Users exist in organization, cannot delete",
|
|
|
+ "6004":"Camera not found",
|
|
|
+ "6005":"Camera already bound, cannot rebind",
|
|
|
+ "6006":"Department not found",
|
|
|
+ "6007":"Fire investigation project already exists, no need to add again",
|
|
|
+ "6008":"Project not linked to scene",
|
|
|
+ "6009":"Case not found",
|
|
|
+ "6010":"Modification failed, department parent cannot be self or subordinate",
|
|
|
+ "6011":"Department hierarchy limited to 4 levels",
|
|
|
+ "6012":"Unauthorized operation",
|
|
|
+ "7001":"File upload failed",
|
|
|
+ "7002":"Uploaded file not found",
|
|
|
+ "7003":"File size exceeds limit",
|
|
|
+ "7004":"Hotspot icon not found",
|
|
|
+ "7005":"Incorrect file type",
|
|
|
+ "7006":"File content error",
|
|
|
+ "7007":"File content error: missing OBJ",
|
|
|
+ "7008":"System default icon not found",
|
|
|
+ "7009":"Cannot delete system default icon",
|
|
|
+ "7010":"Current scene is in use, cannot delete",
|
|
|
+ "7011":"Video folder not found",
|
|
|
+ "7012":"Case not found",
|
|
|
+ "7013":"Video synthesis failed",
|
|
|
+ "7014":"Model not found",
|
|
|
+ "7015":"Current scene has been deleted",
|
|
|
+ "7016":"Filename cannot contain Chinese characters",
|
|
|
+ "7017":"Filename exceeds length limit",
|
|
|
+ "7018":"Scene resource file is empty, cannot add",
|
|
|
+ "7019":"Case settings already exist, cannot add new",
|
|
|
+ "7020":"Deep-time point cloud scene download failed",
|
|
|
+ "7021":"File not found or deleted",
|
|
|
+ "7022":"Case icon limit exceeded",
|
|
|
+ "7023":"Scene removed",
|
|
|
+ "8022":"Camera storage insufficient",
|
|
|
+ "8023":"Investigation report already exists for this case",
|
|
|
+ "8024":"No investigation report for this case",
|
|
|
+ "8025":"Camera version already exists",
|
|
|
+ "8026":"Camera version not found",
|
|
|
+ "8027":"Invalid camera version status",
|
|
|
+ "8028":"Media library file not found",
|
|
|
+ "8029":"Authorized access failed",
|
|
|
+ "8030":"Cannot remove: scene is in multi-fusion, delete it there first",
|
|
|
+ "8031":"File type violates rules",
|
|
|
+ "8032":"Upload failed, check file format",
|
|
|
+ "8033":"Filename must not contain Chinese characters",
|
|
|
+ "8034":"Decompression failed",
|
|
|
+ "8035":"Failed to get disk space",
|
|
|
+ "8036":"Insufficient disk space",
|
|
|
+ "8037":"Scene download failed",
|
|
|
+ "8038":"Scene processing/failed, cannot package"
|
|
|
}
|
|
|
},
|
|
|
"mediaLibrary": {
|