docs: pageerror.error should return string in languages (#26664)

This commit is contained in:
Yury Semikhatsky 2023-08-23 14:31:18 -07:00 committed by GitHub
parent 81cc39ea6e
commit 697429d222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,3 +60,9 @@ The page that produced this unhandled exception, if any.
Unhandled error that was thrown.
## method: PageError.error
* since: v1.38
* langs: java, csharp
- returns: <[string]>
Unhandled error that was thrown.