Contents

DecodingError.valueNotFound(_:_:)

An indication that a non-optional value of the given type was expected, but a null value was found.

Declaration

case valueNotFound(any Any.Type, DecodingError.Context)

Discussion

As associated values, this case contains the attempted type and context for debugging.