wip: Construct API
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const APIErrorEnum = Object.freeze({
|
||||
Unknown: 0,
|
||||
Success: 1,
|
||||
Caller: 2,
|
||||
Server: 3
|
||||
});
|
||||
Reference in New Issue
Block a user