Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
message
BSON.DocumentKeyError.swift:30var message: String { get }
var message: String { get }
s7BSONABI4BSONO12BSONDecodingE16DocumentKeyErrorO7messageSSvp
What are these?QMZ
where Key:Sendable
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum DocumentKeyError<Key> where Key : Sendable
A document had an invalid key scheme.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol Sendable
var name: String { get }
The name of the error.