ds.not-found-2 represents to a error page, also known as a "500 Internal
Server Error," is an HTTP status code that indicates a server-side error
occurred while processing a request. When you encounter a 500 error page, it
means that something went wrong on the web server, and it was unable to fulfill
the request from the client (typically a web browser).
Input
-- ds.not-found-2: Internal server error
type: 500
cta-text: Back to home
cta-link: components/404-2/
Uh oh, Panda can’t seem to find the page you’re looking for.
Output
500
Internal server error
Uh oh, Panda can’t seem to find the page you’re looking for.
Back to homeProperties of not-found-2 component
- title -
type: caption It’s used to add title to not-found-2
component.
- type -
type: string It’s used to add error type to not-found-2
component.
- cta-text -
type: string It’s used to add back button text to
not-found-2 component.
- cta-text -
type: string It’s used to add back button link url to
not-found-2 component.
- body -
type: body It’s used to add body content to not-found-2
component.