at.inlay.Throw

lexicon.store View official

{
  "id": "at.inlay.Throw",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "message"
          ],
          "properties": {
            "stack": {
              "type": "string",
              "maxLength": 10000,
              "description": "Stack trace, if available"
            },
            "message": {
              "type": "string",
              "maxLength": 10000,
              "description": "Human-readable error message"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Error node produced when component resolution fails. The host decides how to render it."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.inlay.Throw

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiap7izjqm7wtkifm7dga6ejl4akqtof7bgyr3yl6qz4dtezei7vku
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/at.inlay.Throw

Referenced Schemas (1)

Lexicon Garden

@