We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error codes will be available on https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/error-codes.html.
We should print a link to the specific error on the console.
E.g. throw new CKEditorError( 'some-error: Description' ) should in its message contain link to https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/error-codes.html#some-error.
throw new CKEditorError( 'some-error: Description' )
The text was updated successfully, but these errors were encountered:
Merge pull request #186 from ckeditor/t/185
b7a00c9
Other: `CKEditorError.message`, `log.error()` and `log.warn()` will contain a link to the error documentation. Closes #185.
pomek
Successfully merging a pull request may close this issue.
The error codes will be available on https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/error-codes.html.
We should print a link to the specific error on the console.
E.g.
throw new CKEditorError( 'some-error: Description' )
should in its message contain link to https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/framework/guides/error-codes.html#some-error.The text was updated successfully, but these errors were encountered: