voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 509 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) > [code](./functions.functionserror.code.md)
## FunctionsError.code property
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.
<b>Signature:</b>
```typescript
readonly code: FunctionsErrorCode;
```