blockly > Connection > REASON_CHECKS_FAILED
Connection.REASON_CHECKS_FAILED property
Signature:
static REASON_CHECKS_FAILED: number;
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.REASON_CHECKS_FAILED` is a static property representing a numerical code."],["This code signifies that a connection attempt failed due to failing connection checks defined in the block definitions."],["It's used as a reason for connection failure in Blockly's connection logic."]]],["The `Connection.REASON_CHECKS_FAILED` property, a static number, is defined within the Blockly framework, specifically within the `Connection` class. This property signifies a reason code, where the connection checks between blocks in Blockly have failed. Its purpose is to indicate that the checks for valid connections between blocks have not been successful. The value of this property is a numeric code.\n"]]