blob: b2b6f9fda2ce90db973c9f70913e3a9038eab6e7 [file] [log] [blame] [view]
# 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) &#8594; [FidlErrorCode](../package-fidl_fidl/FidlErrorCode.md)
_final, inherited_
##### [hashCode](../package-fidl_fidl/FidlError/hashCode.md) &#8594; int
The hash code for this object.
_read-only, inherited_
##### [message](../package-fidl_fidl/FidlError/message.md) &#8594; String
_final, inherited_
##### [runtimeType](../package-fidl_fidl/FidlError/runtimeType.md) &#8594; 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_