Error
public enum Error : Swift.Error
All errors which SteemEncoder
can throw.
-
Thrown if encoder encounters a type that is not conforming to
SteemEncodable
.Declaration
Swift
case typeNotConformingToSteemEncodable(Encodable.Type)
-
Thrown if encoder encounters a type that is not confirming to
Encodable
.Declaration
Swift
case typeNotConformingToEncodable(Any.Type)