mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
18 lines
772 B
JSON
18 lines
772 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Wraps around the main error handler as a fallback in case something goes wrong.",
|
|
"@id": "urn:solid-server:default:ErrorHandler",
|
|
"@type": "SafeErrorHandler",
|
|
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" },
|
|
"errorHandler": {
|
|
"comment": "Changes an error into a valid representation to send as a response.",
|
|
"@type": "ConvertingErrorHandler",
|
|
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
|
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
|
|
}
|
|
}
|
|
]
|
|
}
|