Added first app template
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export enum ServiceErrorCode {
|
||||
Unknown = 0,
|
||||
|
||||
InvalidDependencies = 1,
|
||||
InvalidData = 2,
|
||||
NotFound = 3,
|
||||
DataAlreadyExists = 4,
|
||||
UnableToAdd = 5,
|
||||
UnableToDelete = 6,
|
||||
|
||||
InvalidUser = 7,
|
||||
|
||||
ConnectionFailed = 8,
|
||||
Timeout = 9,
|
||||
MailError = 10
|
||||
}
|
Reference in New Issue
Block a user