Namespace for the Firebase C++ SDK for Cloud Storage.
Summary
Enumerations |
|
|---|---|
Error{
|
enum Error code returned by Cloud Storage C++ functions. |
Functions |
|
|---|---|
GetErrorMessage(Error error)
|
Get the human-readable error message corresponding to an error code. |
Classes |
|
|---|---|
|
firebase:: |
Controls an ongoing operation, allowing the caller to Pause, Resume or Cancel an ongoing download or upload. |
|
firebase:: |
Base class used to receive pause and progress events on a running read or write operation. |
|
firebase:: |
Metadata stores default attributes such as size and content type. |
|
firebase:: |
Entry point for the Firebase C++ SDK for Cloud Storage. |
|
firebase:: |
Represents a reference to a Cloud Storage object. |
Enumerations
Functions
GetErrorMessage
const char * GetErrorMessage( Error error )
Get the human-readable error message corresponding to an error code.
| Details | |||
|---|---|---|---|
| Parameters |
|
||
| Returns |
Statically-allocated string describing the error. |
||