_bson_error_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) extern (C)
struct _bson_error_t {}

Members

Variables

code
uint code;
Undocumented in source.
domain
uint domain;
Undocumented in source.
message
char[BSON_ERROR_BUFFER_SIZE] message;
Undocumented in source.

Meta