Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
message
BSON.SingleKeyError.swift:24var message: String { get }
var message: String { get }
s7BSONABI4BSONO12BSONDecodingE14SingleKeyErrorO7messageSSvp
What are these?1AZH0
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum SingleKeyError<CodingKey>
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
var name: String { get }
The name of the error.