6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
export const APIErrorEnum = Object.freeze({
|
|
Unknown: 0,
|
|
Success: 1,
|
|
Caller: 2,
|
|
Server: 3
|
|
}); |