| |
| |
| |
| # FidlStateException class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>An exception that's thrown if an <a href="../package-fidl_fidl/AsyncBinding-class.md">AsyncBinding</a> or <a href="../package-fidl_fidl/AsyncProxy-class.md">AsyncProxy</a> isn't in the required |
| state for the requested operation.</p> |
| |
| |
| |
| **Inheritance** |
| |
| - Object |
| - [FidlError](../package-fidl_fidl/FidlError-class.md) |
| - FidlStateException |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [FidlStateException](../package-fidl_fidl/FidlStateException/FidlStateException.md) (String message) |
| |
| Create a new <a href="../package-fidl_fidl/FidlStateException-class.md">FidlStateException</a>. |
| |
| |
| ## Properties |
| |
| ##### [code](../package-fidl_fidl/FidlError/code.md) → [FidlErrorCode](../package-fidl_fidl/FidlErrorCode.md) |
| |
| |
| |
| |
| _final, inherited_ |
| |
| |
| |
| ##### [hashCode](../package-fidl_fidl/FidlError/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [message](../package-fidl_fidl/FidlError/message.md) → String |
| |
| |
| |
| |
| _final, inherited_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/FidlError/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _read-only, inherited_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fidl_fidl/FidlError/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _inherited_ |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/FidlError/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _inherited_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/FidlError/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _inherited_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |