Namespaces

Enumerations

enum class StatusError : uint32_t
Name Value Comments
kProvider 1u

The storage provider returned an error to a request or the connection
to the provider unexpectedly closed.

kResponseInvalid 2u

Information returned by the storage provider appears to be invalid.

kStatusUnknown 3u

A call to the storage provider succeeded, but it returned unexpectedly
empty data.

kUnsupported 4u

This call is not supported.

Defined at line 1738 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/common_types.h

enum class DeletionError : uint32_t
Name Value Comments
kConnection 1u

There was an error sending a request to the storage provider.

kProtocol 2u

The storage provider returned an error in response to a protocol
request.

kNoneAvailable 3u

There was no storage available for deletion.

kUnsupported 4u

This call is not supported.

Defined at line 1771 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/common_types.h

Records