2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-03 21:48:21 +00:00
This commit is contained in:
2020-11-15 04:26:20 +03:00
parent a00b366d30
commit ec143272ae
20 changed files with 263 additions and 9499 deletions

View File

@@ -2,7 +2,7 @@ export default //const ExceptionCode =
{
HostNotReachable: 0,
AccessDenied: 1,
UserNotFound: 2,
UserOrTokenNotFound: 2,
ChallengeFailed: 3,
ResourceNotFound: 4,
AttachDenied: 5,
@@ -28,5 +28,6 @@ export default //const ExceptionCode =
MethodNotFound: 25,
PropertyNotFound: 26,
SetPropertyDenied: 27,
ReadOnlyProperty: 28
ReadOnlyProperty: 28,
GeneralFailure: 29,
};