OcErrorLog component
Description
The OcErrorLog component can be used in an error context where the user should be able to quickly copy the error message.
Examples
Defaults
The default use case needs a content prop that represents the error message.
html
<oc-error-log content="Some error message that can be copied." />