DeserializableError
public enum DeserializableError : Error
An error type from decoding the binary blob.
typically seeing one of these errors means you are downloading a Map from the Mappedin servers and your generated code is out of date. If you see any of these error codes, please contact your Mappedin representative for assistance.
-
Raised when the buffer underflows
Declaration
Swift
case outOfSpace
-
Raised when trying to decode a string that is in properly encoded
Declaration
Swift
case utf8DecodingError