(mongodb >= 1.0.0)
当驱动程序遇到运行时错误(例如 » libmongoc 的内部错误)时抛出。
包含与异常关联的错误标签数组。例如,错误标签可用于检测事务是否可以安全地重试,如果存在 TransientTransactionError
标签。应使用 MongoDB\Driver\Exception\RuntimeException::hasErrorLabel() 测试特定错误标签的存在,而不是手动解释此 errorLabels
属性。
版本 | 描述 |
---|---|
PECL mongodb 1.6.0 |
已添加 MongoDB\Driver\Exception\RuntimeException::hasErrorLabel() 方法和 MongoDB\Driver\Exception\RuntimeException::errorLabels 属性。 |