mongodb-driver v0.7.1 Mongo.Error exception View Source
Link to this section Summary
Functions
Return true if the error is retryable for read operations.
Return true if the error is retryable for writes operations.
Link to this section Types
Link to this section Functions
Link to this function
has_label(arg1, label) View Source
Link to this function
should_retry_read(error, cmd, opts) View Source
Return true if the error is retryable for read operations.
Link to this function
should_retry_write(error, cmd, opts) View Source
Return true if the error is retryable for writes operations.