Files
honoka-chan/internal/constant/errorcode.go
T
2026-06-05 06:53:48 +08:00

10 lines
230 B
Go

package constant
type ErrorCode int
// https://github.com/DarkEnergyProcessor/NPPS4/blob/master/npps4/idol/error.py
const (
ErrorCodeNoUnitIsSellable ErrorCode = 1205
ErrorCodeLivePreciseListNotFound ErrorCode = 3421
)