voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 438 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions](./functions.md) > [FunctionsError](./functions.functionserror.md) > [details](./functions.functionserror.details.md)
## FunctionsError.details property
Extra data to be converted to JSON and included in the error response.
<b>Signature:</b>
```typescript
readonly details?: unknown;
```