message-size-increase #3
@ -10,6 +10,7 @@ const uint16Max = 0xFFFF
|
|||||||
type Error string; const (
|
type Error string; const (
|
||||||
ErrWrongBufferLength Error = "wrong buffer length"
|
ErrWrongBufferLength Error = "wrong buffer length"
|
||||||
ErrDataTooLarge Error = "data too large"
|
ErrDataTooLarge Error = "data too large"
|
||||||
|
ErrGBEUNotTerminated Error = "GBEU not terminated"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Error implements the error interface.
|
// Error implements the error interface.
|
||||||