MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / internal_error

Function internal_error

src/dashboard/automation_run_api.rs:288–293  ·  view source on GitHub ↗
(message: &str)

Source from the content-addressed store, hash-verified

286}
287
288fn internal_error(message: &str) -> (StatusCode, Json<Value>) {
289 (
290 StatusCode::INTERNAL_SERVER_ERROR,
291 Json(http_detail(message)),
292 )
293}
294
295fn find_artifact<'a>(
296 artifacts: &'a [AutomationRunArtifact],

Callers 3

artifact_listFunction · 0.70
artifact_payloadFunction · 0.70
enqueue_dashboard_runFunction · 0.70

Calls 1

http_detailFunction · 0.85

Tested by

no test coverage detected