Files
reisen/errors.go
zergon321 ad87f614ff Skip fix.
2021-08-26 01:44:29 +00:00

10 lines
158 B
Go

package reisen
type ErrorType int
const (
ErrorAgain ErrorType = -11
ErrorInvalidValue ErrorType = -22
ErrorEndOfFile ErrorType = -541478725
)