blob: a18d149f3bff7886a067411e6353d1e6ab738a0f [file] [log] [blame] [view]
# ZirconApiError class
**Inheritance**
- Object
- Error
- ZirconApiError
## Constructors
[ZirconApiError](../zircon/ZirconApiError/ZirconApiError.md) (String message)
## Properties
##### [hashCode](../zircon/ZirconApiError/hashCode.md) → int
The hash code for this object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
##### [message](../zircon/ZirconApiError/message.md) &#8594; String
_<span class="feature final">final</span>_
##### [runtimeType](../zircon/ZirconApiError/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
##### [stackTrace](../zircon/ZirconApiError/stackTrace.md) &#8594; StackTrace
The stack trace at the point where this error was first thrown.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
## Methods
##### [noSuchMethod](../zircon/ZirconApiError/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature inherited">inherited</span>_
##### [toString](../zircon/ZirconApiError/toString.md)() String
A string representation of this object.
_<span class="feature override">override</span>_
## Operators
##### [operator ==](../zircon/ZirconApiError/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature inherited">inherited</span>_