mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
1.2.4
This commit is contained in:
@@ -3,7 +3,7 @@ enum ExceptionCode
|
||||
{
|
||||
HostNotReachable,
|
||||
AccessDenied,
|
||||
UserNotFound,
|
||||
UserOrTokenNotFound,
|
||||
ChallengeFailed,
|
||||
ResourceNotFound,
|
||||
AttachDenied,
|
||||
@@ -29,5 +29,6 @@ enum ExceptionCode
|
||||
MethodNotFound,
|
||||
PropertyNotFound,
|
||||
SetPropertyDenied,
|
||||
ReadOnlyProperty
|
||||
ReadOnlyProperty,
|
||||
GeneralFailure
|
||||
}
|
||||
Reference in New Issue
Block a user