mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
1.5.0
This commit is contained in:
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user