Return a Result in invert_location (#3730)

* Return a Result in invert_location

* Add invertible to spellcheck dictionary

* Fix Some -> Ok
This commit is contained in:
Keith Yeung
2021-08-27 17:17:51 -07:00
committed by GitHub
parent 636d0b030f
commit 64cbeab3b3
8 changed files with 56 additions and 28 deletions
+1
View File
@@ -38,6 +38,7 @@ pub enum Error {
UntrustedTeleportLocation,
DestinationBufferOverflow,
MultiLocationFull,
MultiLocationNotInvertible,
FailedToDecode,
BadOrigin,
ExceedsMaxMessageSize,