| .. | .. |
|---|
| 31 | 31 | public static int UNAUTHORIZED_ACCESS = 1002; |
|---|
| 32 | 32 | public static int NOT_FOUND = 1003; |
|---|
| 33 | 33 | public static int INVALID_FORMAT = 1004; |
|---|
| 34 | + public static int WRONG_STATUS = 1005; |
|---|
| 34 | 35 | |
|---|
| 35 | 36 | public static int INVALID_LICENSE_REQUEST_DATA = 1100; |
|---|
| 36 | 37 | public static int LICENSE_NOT_READY_FOR_RENEW = 1101; |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | public static int INVALID_REQUEST_DATA = 1201; |
|---|
| 39 | 40 | public static int INVALID_REQUEST_DATA_FORMAT = 1202; |
|---|
| 41 | + public static int BLOCKED_REQUEST_DATA = 1203; |
|---|
| 42 | + public static int DUPLICATED_REQUEST_DATA = 1204; |
|---|
| 40 | 43 | } |
|---|
| 41 | 44 | } |
|---|