After the week I've had, I deserve to make a commit like this lmao
This commit is contained in:
2
error.go
2
error.go
@@ -6,6 +6,8 @@ type Error string; const (
|
||||
ErrUnknownMethod Error = "unknown method"
|
||||
ErrPayloadTooLarge Error = "payload too large"
|
||||
ErrUnknownNetwork Error = "unknown network"
|
||||
ErrIntegerOverflow Error = "integer overflow"
|
||||
ErrMessageMalformed Error = "message is malformed"
|
||||
)
|
||||
|
||||
// Error implements the error interface.
|
||||
|
||||
Reference in New Issue
Block a user