| <link rel="stylesheet" href="../style.css" /> |
| |
| [TOC] |
| # fuchsia.location |
| |
| <p>Types which are useful across multiple location libraries.</p> |
| <div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div> |
| |
| |
| |
| |
| ## **ENUMS** |
| |
| ### Error [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} {#Error data-text="Error"} |
| Type: <code>uint32</code> |
| |
| *Defined in [fuchsia.location/types.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.location/types.fidl;l=9)* |
| <p>Describes possible errors.</p> |
| |
| <table> |
| <tr><th>Name</th><th>Value</th><th>Description</th></tr> |
| <tr id="Error.GENERAL_ERROR"> |
| <td><h3 id="Error.GENERAL_ERROR" class="add-link hide-from-toc">GENERAL_ERROR</h3></td> |
| <td><code>1</code></td> |
| <td></td> |
| </tr> |
| </table> |
| |
| |
| |
| |
| |