UNPKG

veritatisdoloremque

Version:
21 lines (13 loc) 863 B
<!-- 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) ## FunctionsError interface <b>Signature:</b> ```typescript export interface FunctionsError extends FirebaseError ``` <b>Extends:</b> FirebaseError ## Properties | Property | Type | Description | | --- | --- | --- | | [code](./functions-types.functionserror.code.md) | [FunctionsErrorCode](./functions-types.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-types.functionserror.details.md) | any | Extra data to be converted to JSON and included in the error response. |