<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/functions-types](./functions-types.md) &gt; [FunctionsError](./functions-types.functionserror.md) &gt; [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;
```
