mirror of
https://github.com/zergon321/reisen.git
synced 2025-09-27 04:06:02 +08:00
9 lines
116 B
Go
9 lines
116 B
Go
package reisen
|
|
|
|
type ErrorType int
|
|
|
|
const (
|
|
ErrorAgain ErrorType = -11
|
|
ErrorInvalidValue ErrorType = -22
|
|
)
|