veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 458 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/functions-types](./functions-types.md) > [FunctionsError](./functions-types.functionserror.md) > [details](./functions-types.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?: any;
```