Macros§
- Error
Unknown - Pattern that matches an unknown
Error
member. - Namespace
Error Unknown - Pattern that matches an unknown
NamespaceError
member.
Structs§
- Child
Iterator Next Response - Destroyed
Payload - Payload for Destroyed events.
- Discovered
Payload - Payload for Discovered events.
- Event
Header - A head providing metadata about a target component instance.
- Execution
Controller OnStop Request - Introspector
GetMoniker Response - Purged
Payload - Payload for Purged events.
- Realm
Destroy Child Request - Resolved
Payload - Payload for Resolved events.
- Started
Payload - Payload for Started events.
- Stopped
Payload - Payload for Stopped events.
- Unresolved
Payload - Payload for Unresolved events.
Enums§
- Error
- Standard error codes for component framework protocols.
- Event
Type - These EventTypes are used for the EventStream protocol. They are FIDL versions of the EventType enum in hooks.rs and have the same meaning.
- Namespace
Error - Error returned from methods in [
Namespace
].
Constants§
- MAX_
CAPABILITY_ ID_ LENGTH - The maximum string length of a capability ID. This value is currently set arbitrarily.
- MAX_
CHILD_ COUNT - The maximum number of children that the a call
ChildIterator.Next
can return. Note, this is not a limit on the number of children that can be added to a component. This is merely a limit for a single invocation of theNext
method. - MAX_
CHILD_ NAME_ LENGTH - MAX_
DYNAMIC_ OFFER_ COUNT - The maximum number of dynamic offers that can target a created component.
- MAX_
ERROR_ DESCRIPTION_ LENGTH - The maximum string length of an error description.
- MAX_
HANDLE_ COUNT - The maximum number of handles that can be passed to a created component.
- MAX_
MONIKER_ LENGTH - MAX_
NAMESPACE_ COUNT - MAX_
NAME_ LENGTH - MAX_
NUM_ EVENTS_ RECEIVED - The maximum number of events that a receiver can listen to.
- MAX_
PATH_ LENGTH - MAX_
SUBSCRIPTION_ REQUESTS - The maximum number of requests per event subscription.
- MAX_
URL_ SCHEME_ LENGTH