InvalidJSONError

public struct InvalidJSONError : CustomNSError

The returned JSON is syntactically correct, but grammatically invalid. For example, it a mandatory attribute is missing, or an attribute is not of the expected type.

  • Further description of this error.

    Declaration

    Swift

    public let description: String
  • Declaration

    Swift

    public static var errorDomain: String
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }