We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876e938 commit a5caf51Copy full SHA for a5caf51
packages/functions/src/error.ts
@@ -49,8 +49,7 @@ const errorCodeMap: { [name: string]: FunctionsErrorCode } = {
49
};
50
51
/**
52
- * An explicit error that can be thrown from a handler to send an error to the
53
- * client that called the function.
+ * An error returned by the Firebase Functions client SDK.
54
*
55
* See {@link FunctionsErrorCode} for full documentation of codes.
56
0 commit comments