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