| |
| |
| |
| # ProxyError class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>The object that <a href="../package-fidl_fidl/ProxyController/error.md">ProxyController<T>.error</a> completes with when there is |
| an error.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [ProxyError](../package-fidl_fidl/ProxyError/ProxyError.md) (String message) |
| |
| Creates a proxy error with the given message. |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../package-fidl_fidl/ProxyError/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [message](../package-fidl_fidl/ProxyError/message.md) → String |
| |
| |
| |
| What went wrong. |
| _<span class="feature final">final</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/ProxyError/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fidl_fidl/ProxyError/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/ProxyError/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature override">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/ProxyError/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |