Add ErrTablePairMissing error
This commit is contained in:
parent
17fd0ba161
commit
3b97aa6a81
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.
|
||||
|
Loading…
Reference in New Issue
Block a user