(unknown context at $10741e078).CodingKeys>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Cannot get keyed decoding container -- found null value instead.", underlyingError: nil)
my model is ,
struct Details : Decodable {
var userInfo : RequestUserInfo
var commercialInfo : String?
}
struct RequestUserInfo : Decodable {
var UserName : String?
var Email : String?
var UserIdentity : String?
var UserMobile : String?
var ThirdName : String?
var LastName : String?
var IdIssueDate : String?
var IdSourceCity : String?
}
(unknown context at $10741e078).CodingKeys>, Swift.DecodingError.Context(codingPath: [], debugDescription: "Cannot get keyed decoding container -- found null value instead.", underlyingError: nil)