blockly > Connection > toString
Connection.toString() method
This method returns a string describing this Connection in developer terms (English only). Intended to on be used in console logs and errors.
Signature:
toString(): string;
Returns:
string
The description.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["`Connection.toString()` is a method that returns a descriptive string of the connection for debugging purposes."],["The returned string is in English and intended for use in console logs and error messages, providing developers with insights into the connection's state."]]],[]]