Skip to main content

parse_lock

Function parse_lock 

Source
pub fn parse_lock(status: u16, body: Value) -> Result<BoxLock>
Expand description

Parse a /lock family response. These endpoints return the raw lock dict on 200 and {"error": ..., "lock": {...}} on contention (409 acquire, 403 heartbeat/unlock, 404 heartbeat on an unlocked box).