Error

public enum Error : Swift.Error

Error produced by JSONEncoding.

  • JSONEncoding attempted to encode an invalid JSON object. Usually this means the value included types not representable in Objective-C. See JSONSerialization.isValidJSONObject for details.

    Declaration

    Swift

    case invalidJSONObject
  • Undocumented

    Declaration

    Swift

    public var localizedDescription: String { get }