Namespaces
Enumerations
enum class UpdateAnnotationsError : uint32_t
| Name | Value | Comments |
|---|---|---|
| kInvalidArgs | 1u |
The arguments passed to `UpdateAnnotations` are malformed. |
| kTooManyAnnotations | 2u |
The total number of annotations will exceed [`MAX_ANNOTATIONS_PER_ELEMENT`] |
An error returned from `AnnotationController/UpdateAnnotations`
Defined at line 20 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/common_types.h
enum class GetAnnotationsError : uint32_t
| Name | Value | Comments |
|---|---|---|
| kBufferReadFailed | 1u |
The `AnnotationValue.buffer` of an annotation could not be read. |
An error returned from `ElementController/GetAnnotations`.
Defined at line 47 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/common_types.h
enum class ManagerError : uint32_t
| Name | Value | Comments |
|---|---|---|
| kInvalidArgs | 1u |
The element spec was malformed. |
| kNotFound | 2u |
The element's component URL could not be resolved. |
| kUnableToPersist | 3u |
Unable to persist a proposed element because there was an issue writing to persistent |
Defined at line 129 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/common_types.h
enum class PresentViewError : uint32_t
| Name | Value | Comments |
|---|---|---|
| kInvalidArgs | 1u |
The provided `ViewSpec` is invalid. |
An error returned when `GraphicalPresenter` fails to present a view.
Defined at line 159 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/common_types.h
Records
-
class Annotation -
class AnnotationController -
class AnnotationControllerGetAnnotationsResponse -
class AnnotationControllerGetAnnotationsResult -
class AnnotationControllerUpdateAnnotationsRequest -
class AnnotationControllerUpdateAnnotationsResponse -
class AnnotationControllerUpdateAnnotationsResult -
class AnnotationControllerWatchAnnotationsResponse -
class AnnotationControllerWatchAnnotationsResult -
class AnnotationKey -
class AnnotationValue -
class Controller -
class GraphicalPresenter -
class GraphicalPresenterPresentViewRequest -
class GraphicalPresenterPresentViewResponse -
class GraphicalPresenterPresentViewResult -
class Manager -
class ManagerProposeElementRequest -
class ManagerProposeElementResponse -
class ManagerProposeElementResult -
class ManagerRemoveElementRequest -
class ManagerRemoveElementResponse -
class ManagerRemoveElementResult -
class Spec -
class ViewController -
class ViewSpec -
class WatchAnnotationsError
Variables
const char * kAnnotationKeyName
const char * kAnnotationKeyPersistElement
const char * kAnnotationKeyUrl
const char * kManagerNamespace