Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
underlying
The underlying error that occurred.
let underlying: any Error
The underlying error that occurred.
let underlying: any Error
s7BSONABI4BSONO12BSONDecodingE13DecodingErrorV10underlyings0E0_pvp
What are these?7AJ43
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct DecodingError<Location> where Location : Sendable
An error occurred while decoding a document field.
@frozen enum BSON
The namespace for all BSON types.
protocol Error : Sendable
A type representing an error value that can be thrown.
init(_ underlying: any Error, in location: Location)
let location: Location
The location (key or index) where the error occurred.