mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
22 lines
755 B
JSON
22 lines
755 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Changes an error into a valid representation to send as a response.",
|
|
"@id": "urn:solid-server:default:ErrorHandler",
|
|
"@type": "WaterfallHandler",
|
|
"handlers": [
|
|
{
|
|
"@type": "ConvertingErrorHandler",
|
|
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
|
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
|
},
|
|
{
|
|
"@type": "TextErrorHandler",
|
|
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|