pub.chive.activity.markFailed

chive.pub

{
  "id": "pub.chive.activity.markFailed",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "collection",
            "rkey",
            "errorCode",
            "errorMessage"
          ],
          "properties": {
            "rkey": {
              "type": "string",
              "description": "Record key (TID)"
            },
            "errorCode": {
              "type": "string",
              "maxLength": 50,
              "description": "Error code identifying the failure type"
            },
            "collection": {
              "type": "string",
              "description": "NSID of the record collection"
            },
            "errorMessage": {
              "type": "string",
              "maxLength": 1000,
              "description": "Human-readable error message"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the activity was successfully marked as failed"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Mark a pending activity as failed when PDS write fails"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.activity.markFailed

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreiax6wrug2ggsun52djwqkqeuijszs47cqcmosek5vdhecd6rynf3a
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.activity.markFailed

Lexicon Garden

@