You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1024
1024
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1043
1043
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1062
1062
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
guard !(value is CBOR.Null)|| (value is CBOR.Null && isOptionalType(type))else{
1081
1081
throwDecodingError.valueNotFound(T.self,DecodingError.Context(codingPath: decoder.codingPath +[CBOR.CodingKey(index: currentIndex)], debugDescription:"Expected \(T.self) but found null instead."))
0 commit comments