Skip to content

Commit f694fe1

Browse files
committed
Update devsite docs
1 parent a5caf51 commit f694fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-devsite/functions.functionserror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# FunctionsError class
13-
An explicit error that can be thrown from a handler to send an error to the client that called the function.
13+
An error returned by the Firebase Functions client SDK.
1414

1515
See [FunctionsErrorCode](./functions.md#functionserrorcode) for full documentation of codes.
1616

docs-devsite/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Cloud Functions for Firebase
2727

2828
| Class | Description |
2929
| --- | --- |
30-
| [FunctionsError](./functions.functionserror.md#functionserror_class) | An explicit error that can be thrown from a handler to send an error to the client that called the function.<!-- -->See [FunctionsErrorCode](./functions.md#functionserrorcode) for full documentation of codes. |
30+
| [FunctionsError](./functions.functionserror.md#functionserror_class) | An error returned by the Firebase Functions client SDK.<!-- -->See [FunctionsErrorCode](./functions.md#functionserrorcode) for full documentation of codes. |
3131

3232
## Interfaces
3333

0 commit comments

Comments
 (0)