blob: 7e02edd38430103a206f7beca5ac5f32ffb194cb [file] [log] [blame] [view]
# 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) &#8594; int
The hash code for this object.
_read-only, inherited_
##### [message](../zircon/ZxStatusException/message.md) &#8594; String
_final_
##### [runtimeType](../zircon/ZxStatusException/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_read-only, inherited_
##### [status](../zircon/ZxStatusException/status.md) &#8594; 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_