Add ErrTablePairMissing error
This commit is contained in:
1
error.go
1
error.go
@@ -8,6 +8,7 @@ type Error string; const (
|
||||
ErrUnknownNetwork Error = "unknown network"
|
||||
ErrIntegerOverflow Error = "integer overflow"
|
||||
ErrMessageMalformed Error = "message is malformed"
|
||||
ErrTablePairMissing Error = "required table pair is missing"
|
||||
)
|
||||
|
||||
// Error implements the error interface.
|
||||
|
||||
Reference in New Issue
Block a user