mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-15 04:02:10 +08:00
8 lines
131 B
Go
8 lines
131 B
Go
package eerror
|
|
|
|
const (
|
|
ErrorAppNameIsEmpty = 1001
|
|
ErrorCreateUserHomeConfDir = 1002
|
|
ErrorCreateLogDir = 1003
|
|
)
|