mirror of
https://github.com/zergon321/reisen.git
synced 2025-10-05 07:46:52 +08:00
10 lines
158 B
Go
10 lines
158 B
Go
package reisen
|
|
|
|
type ErrorType int
|
|
|
|
const (
|
|
ErrorAgain ErrorType = -11
|
|
ErrorInvalidValue ErrorType = -22
|
|
ErrorEndOfFile ErrorType = -541478725
|
|
)
|