blob: c199e6332da0602b472ba8186f8e5973dca39b2d [file] [log] [blame] [edit]
<link rel="stylesheet" href="../style.css" />
[TOC]
# fidl.test.error
## **PROTOCOLS**
## Example {#Example}
*Defined in [fidl.test.error/error.test.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/fidl/fidlc/testdata/error.test.fidl;l=3)*
### foo {#Example.foo}
#### Request {#Example.foo_Request}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>s</code></td>
<td>
<code>string</code>
</td>
</tr></table>
#### Response {#Example.foo_Response}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>result</code></td>
<td>
<code><a class='link' href='#Example_foo_Result'>Example_foo_Result</a></code>
</td>
</tr></table>
## **STRUCTS**
### Example_foo_Response {#Example_foo_Response data-text="Example_foo_Response"}
*Defined in [fidl.test.error/error.test.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/fidl/fidlc/testdata/error.test.fidl;l=6)*
<table>
<tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th></tr><tr id="Example_foo_Response.y">
<td><code>y</code></td>
<td>
<code>int64</code>
</td>
<td>
</td>
<td>No default</td>
</tr>
</table>
## **UNIONS**
### Example_foo_Result [strict](/fuchsia-src/reference/fidl/language/language#strict-vs-flexible){:.fidl-attribute} {#Example_foo_Result data-text="Example_foo_Result"}
*Defined in [fidl.test.error/error.test.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/fidl/fidlc/testdata/error.test.fidl;l=6)*
<table>
<tr><th>Name</th><th>Type</th><th>Description</th></tr><tr id="Example_foo_Result.response">
<td><code>response</code></td>
<td>
<code><a class='link' href='#Example_foo_Response'>Example_foo_Response</a></code>
</td>
<td>
</td>
</tr><tr id="Example_foo_Result.err">
<td><code>err</code></td>
<td>
<code>uint32</code>
</td>
<td>
</td>
</tr></table>