| |
| |
| |
| # ZxStatusException class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>An exception representing an error returned as an zx_status_t.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [ZxStatusException](../zircon/ZxStatusException/ZxStatusException.md) (int status, [String message]) |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../zircon/ZxStatusException/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [message](../zircon/ZxStatusException/message.md) → String |
| |
| |
| |
| |
| _final_ |
| |
| |
| |
| ##### [runtimeType](../zircon/ZxStatusException/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [status](../zircon/ZxStatusException/status.md) → int |
| |
| |
| |
| |
| _final_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/ZxStatusException/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _inherited_ |
| |
| |
| |
| ##### [toString](../zircon/ZxStatusException/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _override_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/ZxStatusException/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _inherited_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |