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 bae5c2e commit f934823Copy full SHA for f934823
packages/functions/src/error.ts
@@ -61,9 +61,9 @@ export class FunctionsError extends FirebaseError {
61
*/
62
constructor(
63
/**
64
- * A standard error code that will be returned to the client. This also
65
- * determines the HTTP status code of the response, as defined in code.proto.
66
- */
+ * 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.
+ */
67
code: FunctionsErrorCode,
68
message?: string,
69
0 commit comments