at.inlay.Throw

inlay.at

Documentation

Error node produced when component resolution fails. The host decides how to render it.

main procedure

Error node produced when component resolution fails. The host decides how to render it.

Input

Encodingapplication/json
message string Required

Human-readable error message

maxLength: 10000 bytes
stack string Optional

Stack trace, if available

maxLength: 10000 bytes

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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."
}

Lexicon Garden

@