Error node produced when component resolution fails. The host decides how to render it.
Input
Encoding
application/jsonmessage
string
Required
Human-readable error message
maxLength: 10000 bytesstack
string
Optional
Stack trace, if available
maxLength: 10000 bytesOutput
Encoding
application/jsonSchemaat.inlay.defs#response
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}