MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / is_conflict_error

Function is_conflict_error

crates/openshell-driver-docker/src/lib.rs:3497–3505  ·  view source on GitHub ↗
(err: &BollardError)

Source from the content-addressed store, hash-verified

3495}
3496
3497fn is_conflict_error(err: &BollardError) -> bool {
3498 matches!(
3499 err,
3500 BollardError::DockerResponseServerError {
3501 status_code: 409,
3502 ..
3503 }
3504 )
3505}
3506
3507fn is_not_modified_error(err: &BollardError) -> bool {
3508 matches!(

Callers 1

ensure_bridge_networkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected