{
"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
}
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