feat: init lib and add errors
This commit is contained in:
parent
70632e7d53
commit
513928b265
|
@ -13,6 +13,7 @@ import (
|
|||
// Scope 全域變數應由服務或模組設置
|
||||
var Scope = code.Unset
|
||||
|
||||
// Err 6 碼,服務 2, 大類 2, 詳細錯誤 2
|
||||
type Err struct {
|
||||
category uint32
|
||||
code uint32
|
||||
|
|
Loading…
Reference in New Issue