Anomalies
error stream doubles as telemetry
Status Classes
- Name
200 / 206- Description
Record available, with
206indicating partial/redacted/reordered content.
- Name
401 / 403 / 404 / 409- Description
Auth, handler restrictions, hidden-layer visibility, or sequence conflicts.
- Name
410 / 451- Description
Record removed during correction or restricted by policy.
- Name
500 / 503- Description
Integrity failure or alignment window unavailable.
Anomaly Types
[corruption_log] - invalid_request: malformed cursor pair - sequence_conflict: same id, different position - decorative_layer_only: visible layer has no direct record - timeline_offset_detected: offset outside verified range - duplicate_record: conflicting signatures on one object - mirror_conflict: checksum differs across layers - handler_restricted: observer scope blocked by policy - canonical_version_unavailable: canonical replay unavailable
Sample Payload
{
"error": {
"code": "sequence_conflict",
"message": "Record exists, but current ordering cannot be verified.",
"request_id": "req_7f3a1c",
"integrity": 0.61
}
}