feat: identify required reauthentication

This commit is contained in:
2026-07-21 10:12:25 +08:00
parent 4ffd1b7eac
commit 503f7cd2b4
4 changed files with 69 additions and 3 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
package mijia
import "fmt"
import (
"errors"
"fmt"
)
var ErrReauthenticationRequired = errors.New("reauthentication required")
var errorCodeMessages = map[int]string{
-10000: "未知错误",