Files
honoka-chan/internal/constant/errorcode.go
T
2026-07-11 16:18:17 +08:00

13 lines
320 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
ErrorCodeEventNoEventData ErrorCode = 10004
)
const ErrorCodeAcceptableError = 600