Stay organized with collections
Save and categorize content based on your preferences.
Properties
customData
customData: { serverResponse: string | null }
Type declaration
-
serverResponse: string | null
name
name: "FirebaseError"
Optional stack
stack: string
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-23 UTC.
[null,null,["Last updated 2023-05-23 UTC."],[],[],null,["- [firebase](/docs/reference/node/firebase).\n- [storage](/docs/reference/node/firebase.storage).\n- FirebaseStorageError \nAn error returned by the Firebase Storage SDK.\n\nIndex\n\nProperties\n\n- [code](/docs/reference/node/firebase.storage.FirebaseStorageError#code)\n- [customData](/docs/reference/node/firebase.storage.FirebaseStorageError#customdata)\n- [message](/docs/reference/node/firebase.storage.FirebaseStorageError#message)\n- [name](/docs/reference/node/firebase.storage.FirebaseStorageError#name)\n- [stack](/docs/reference/node/firebase.storage.FirebaseStorageError#stack)\n\nProperties\n\ncode \ncode: string\nInherited from [FirebaseError](/docs/reference/node/firebase.FirebaseError).[code](/docs/reference/node/firebase.FirebaseError#code) \nError codes are strings using the following format: `\"service/string-code\"`.\nSome examples include `\"app/no-app\"` and `\"auth/user-not-found\"`.\n\nWhile the message for a given error can change, the code will remain the same\nbetween backward-compatible versions of the Firebase SDK.\n\ncustomData \ncustomData: { serverResponse: string \\| null } \nStores custom error data unique to the `StorageError`. \n\nType declaration\n\n-\n\n serverResponse: string \\| null\n\nmessage \nmessage: string\nInherited from [FirebaseError](/docs/reference/node/firebase.FirebaseError).[message](/docs/reference/node/firebase.FirebaseError#message) \nAn explanatory message for the error that just occurred.\n\nThis message is designed to be helpful to you, the developer. Because\nit generally does not convey meaningful information to end users,\nthis message should not be displayed in your application.\n\nname \nname: \"FirebaseError\"\nInherited from [FirebaseError](/docs/reference/node/firebase.FirebaseError).[name](/docs/reference/node/firebase.FirebaseError#name) \nThe name of the class of errors, which is `\"FirebaseError\"`.\n\nOptional stack \nstack: string\nInherited from [FirebaseError](/docs/reference/node/firebase.FirebaseError).[stack](/docs/reference/node/firebase.FirebaseError#stack) \nA string value containing the execution backtrace when the error originally\noccurred. This may not always be available.\n\nWhen it is available, this information can be sent to\n[Firebase Support](https://firebase.google.com/support/) to help\nexplain the cause of an error."]]
An error returned by the Firebase Storage SDK.