package constants

type ErrorCode int

const (
	ERRORCODE_API_TOKEN ErrorCode = iota + 10000
)

const (
	ERRORCODE_FCODE_INVILID ErrorCode = iota + 10200
	ERRORCODE_FCODE_EXPIRED
	ERRORCODE_FCODE_UPEXCEED
	ERRORCODE_FCODE_ALREADY_GOT
)