DecodingError
extension DecodingError
DecodingError Extension to print human readable error messages for clients
-
Returns a human readable error description from a
DecodingError
, useful for returning back to clients to help them debug their malformed JSON objects.Declaration
Swift
public var humanReadableDescription: String { get }