public class BsonReaderError extends ParamEnum
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__hx_constructs |
| Constructor and Description |
|---|
BsonReaderError(int index,
java.lang.Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
static BsonReaderError |
EXCEPT_BINARY_TYPECODE(int typeCode,
int expected) |
java.lang.String |
getTag() |
static BsonReaderError |
UNMATCHED_BSON_TYPE(reactivemongo.bson.buffer.ReadableBuffer buffer,
Array<java.lang.Object> expected) |
static BsonReaderError |
UNSUPPORT_BSON_TYPE(int typeCode,
Array<java.lang.Object> expected) |
public static BsonReaderError UNSUPPORT_BSON_TYPE(int typeCode, Array<java.lang.Object> expected)
public static BsonReaderError EXCEPT_BINARY_TYPECODE(int typeCode, int expected)
public static BsonReaderError UNMATCHED_BSON_TYPE(reactivemongo.bson.buffer.ReadableBuffer buffer, Array<java.lang.Object> expected)