voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (14 loc) • 909 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)
## FunctionsError interface
An error returned by the Firebase Functions client SDK.
<b>Signature:</b>
```typescript
export interface FunctionsError extends FirebaseError
```
<b>Extends:</b> FirebaseError
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [code](./functions.functionserror.code.md) | [FunctionsErrorCode](./functions.functionserrorcode.md) | A standard error code that will be returned to the client. This also determines the HTTP status code of the response, as defined in code.proto. |
| [details?](./functions.functionserror.details.md) | unknown | <i>(Optional)</i> Extra data to be converted to JSON and included in the error response. |