[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["# HttpsError | JavaScript SDK\n\n- [firebase](/docs/reference/js/v8/firebase).\n- [functions](/docs/reference/js/v8/firebase.functions).\n- HttpsError\n===================================================================================================================\n\nIndex\n-----\n\n### Properties\n\n- [Error](/docs/reference/js/v8/firebase.functions.HttpsError#error)\n- [code](/docs/reference/js/v8/firebase.functions.HttpsError#code)\n- [details](/docs/reference/js/v8/firebase.functions.HttpsError#details)\n- [message](/docs/reference/js/v8/firebase.functions.HttpsError#message)\n- [name](/docs/reference/js/v8/firebase.functions.HttpsError#name)\n- [stack](/docs/reference/js/v8/firebase.functions.HttpsError#stack)\n\nProperties\n----------\n\n### Error\n\nError: ErrorConstructor\n\n### code\n\ncode: [FunctionsErrorCode](/docs/reference/js/v8/firebase.functions#functionserrorcode) \nA standard error code that will be returned to the client. This also\ndetermines the HTTP status code of the response, as defined in code.proto.\n\n### Optional details\n\ndetails: any \nExtra data to be converted to JSON and included in the error response.\n\n### message\n\nmessage: string\n| Inherited from [HttpsError](/docs/reference/js/v8/firebase.functions.HttpsError).[message](/docs/reference/js/v8/firebase.functions.HttpsError#message)\n\n### name\n\nname: string\n| Inherited from [HttpsError](/docs/reference/js/v8/firebase.functions.HttpsError).[name](/docs/reference/js/v8/firebase.functions.HttpsError#name)\n\n### Optional stack\n\nstack: string\n| Inherited from [HttpsError](/docs/reference/js/v8/firebase.functions.HttpsError).[stack](/docs/reference/js/v8/firebase.functions.HttpsError#stack)\nOverrides [HttpsError](/docs/reference/js/v8/firebase.functions.HttpsError).[stack](/docs/reference/js/v8/firebase.functions.HttpsError#stack)"]]
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.