Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2018 Changes in this version + type Exception struct + Error error + ErrorCode int32 + SerialVersionUID int64 + var ConnectionClosingDueToError *Exception = &Exception{ ... } + var EXCEPTION_TCP_NOT_OPEN *Exception = NewExceptionFromStr("TCP connection not opened") + var HeaderIncompleteException *Exception = &Exception{ ... } + var IntegerOutOfRangeException *Exception = &Exception{ ... } + var InvalidPDUException *Exception = &Exception{ ... } + var MessageIncompleteException *Exception = &Exception{ ... } + var NotEnoughDataInByteBufferException *Exception = &Exception{ ... } + var NotSynchronousException *Exception = &Exception{ ... } + var PDUException *Exception = &Exception{ ... } + var TLVException *Exception = &Exception{ ... } + var TerminatingZeroNotFoundException *Exception = &Exception{ ... } + var TimeoutException *Exception = &Exception{ ... } + var TooManyValuesException *Exception = &Exception{ ... } + var UnexpectedOptionalParameterException *Exception = &Exception{ ... } + var UnknownCommandIdException *Exception = &Exception{ ... } + var UnsupportedEncodingException *Exception = &Exception{ ... } + var ValueNotSetException *Exception = &Exception{ ... } + var WrongDateFormatException *Exception = &Exception{ ... } + var WrongDestFlagException *Exception = &Exception{ ... } + var WrongLengthException *Exception = &Exception{ ... } + var WrongLengthOfStringException *Exception = &Exception{ ... } + var WrongSessionStateException *Exception = &Exception{ ... } + func NewException(err error) *Exception + func NewExceptionFromStr(str string) *Exception