2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-03 17:58:21 +00:00

Exceptions

This commit is contained in:
2020-02-23 12:54:01 +03:00
parent 651f8b65dd
commit 1405891985
5 changed files with 12 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ enum ExceptionCode
{
HostNotReachable,
AccessDenied,
UserNotFound,
ChallengeFailed,
ResourceNotFound,
AttachDenied,
InvalidMethod,