13#ifndef IOX2_SERVICE_BUILDER_EVENT_ERROR_HPP
14#define IOX2_SERVICE_BUILDER_EVENT_ERROR_HPP
@ UnableToCreateServiceTag
The [Node] service tag could not be created. Required to track resources of dead nodes when cleaning ...
@ ServiceInCorruptedState
Some underlying resources of the [Service] are either missing, corrupted or unaccessible.
@ IncompatibleAttributes
The [AttributeVerifier] required attributes that the [Service] does not satisfy.
@ IncompatibleMessagingPattern
The [Service] has the wrong messaging pattern.
@ DoesNotSupportRequestedAmountOfNodes
The [Service] supports less [Node](crate::node::Node)s than requested.
@ DoesNotExist
The [Service] could not be opened since it does not exist.
@ ExceedsMaxNumberOfNodes
The maximum number of [Node](crate::node::Node)s have already opened the [Service].
@ CreateUnableToCreateServiceTag
The [Node] service tag could not be created. Required to track resources of dead nodes when cleaning ...
@ OpenIncompatibleDeadline
The [Service]s deadline settings are not equal the the user given requirements.
@ OpenIncompatibleMessagingPattern
The [Service] has the wrong messaging pattern.
@ OpenServiceInCorruptedState
@ CreateInterrupt
An interrupt signal was raised.
@ OpenInterrupt
An interrupt signal was raised.
@ CreateIsBeingCreatedByAnotherInstance
Multiple processes are trying to create the same [Service].
@ CreateOldConnectionsStillActive
@ OpenDoesNotSupportRequestedAmountOfNodes
@ CreateAlreadyExists
The [Service] already exists.
@ OpenDoesNotSupportRequestedMaxEventId
@ OpenIncompatibleNotifierCreatedEvent
@ OpenInsufficientPermissions
The process has not enough permissions to open the [Service].
@ OpenUnableToCreateServiceTag
The [Node] service tag could not be created. Required to track resources of dead nodes when cleaning ...
@ CreateServiceInCorruptedState
@ CreateInsufficientPermissions
The process has insufficient permissions to create the [Service].
@ OpenIncompatibleNotifierDeadEvent
@ OpenDoesNotSupportRequestedAmountOfNotifiers
@ OpenVersionMismatch
The iceoryx2 service version does not match the one of the [Service].
@ OpenIncompatibleAttributes
@ OpenIncompatibleNotifierDroppedEvent
@ CreateServiceConfigCouldNotBeCreated
The [Service]s config could not be created and written to the static service configuration.
@ OpenDoesNotSupportRequestedAmountOfListeners
@ OpenExceedsMaxNumberOfNodes
@ OpenDoesNotExist
The [Service] does not exist.
@ OpenIsMarkedForDestruction
EventCreateError
Failures that can occur when a new [MessagingPattern::Event] [Service] shall be created.
@ OldConnectionsStillActive
EventOpenError
Failures that can occur when an existing [MessagingPattern::Event] [Service] shall be opened.
@ IncompatibleNotifierDroppedEvent
@ DoesNotSupportRequestedAmountOfNotifiers
@ IncompatibleNotifierCreatedEvent
@ DoesNotSupportRequestedAmountOfListeners
@ IncompatibleNotifierDeadEvent
@ DoesNotSupportRequestedMaxEventId
@ IncompatibleDeadline
The [Service]s deadline settings are not equal the the user given requirements.
@ IsBeingCreatedByAnotherInstance
Multiple processes are trying to create the same [Service].
@ AlreadyExists
The [Service] already exists.
@ ServiceConfigCouldNotBeCreated
The [Service]s config could not be created and written to the static service configuration.
@ Interrupt
An interrupt signal was received.
@ InsufficientPermissions
Insufficient permissions to open the config file.