13#ifndef IOX2_SERVICE_BUILDER_PUBLISH_SUBSCRIBE_ERROR_HPP
14#define IOX2_SERVICE_BUILDER_PUBLISH_SUBSCRIBE_ERROR_HPP
16#include "iox2/iceoryx2.h"
@ 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].
PublishSubscribeOpenOrCreateError
@ OpenDoesNotSupportRequestedAmountOfPublishers
@ OpenDoesNotSupportRequestedMinSubscriberBorrowedSamples
@ OpenIncompatibleTypes
The [Service] has the wrong payload type.
@ OpenIncompatibleOverflowBehavior
The [Service] required overflow behavior is not compatible.
@ OpenDoesNotSupportRequestedMinBufferSize
The [Service] has a lower minimum buffer size than requested.
@ OpenDoesNotSupportRequestedAmountOfSubscribers
@ CreateSubscriberBufferMustBeLargerThanHistorySize
@ OpenDoesNotSupportRequestedMinHistorySize
The [Service] has a lower minimum history size than requested.
@ CreateUnableToCreateServiceTag
The [Node] service tag could not be created. Required to track resources of dead nodes when cleaning ...
@ 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].
@ OpenDoesNotSupportRequestedAmountOfNodes
@ CreateAlreadyExists
The [Service] already exists.
@ 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].
@ OpenVersionMismatch
The iceoryx2 service version does not match the one of the [Service].
@ OpenIncompatibleAttributes
@ CreateServiceConfigCouldNotBeCreated
The [Service]s config could not be created and written to the static service configuration.
@ OpenExceedsMaxNumberOfNodes
@ OpenDoesNotExist
The [Service] does not exist.
@ OpenIsMarkedForDestruction
PublishSubscribeCreateError
Errors that can occur when a new [MessagingPattern::PublishSubscribe] [Service] shall be created.
@ SubscriberBufferMustBeLargerThanHistorySize
@ 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.
PublishSubscribeOpenError
Errors that can occur when an existing [MessagingPattern::PublishSubscribe] [Service] shall be opened...
@ DoesNotSupportRequestedMinBufferSize
The [Service] has a lower minimum buffer size than requested.
@ DoesNotSupportRequestedMinHistorySize
The [Service] has a lower minimum history size than requested.
@ DoesNotSupportRequestedMinSubscriberBorrowedSamples
@ IncompatibleTypes
The [Service] has the wrong payload type.
@ DoesNotSupportRequestedAmountOfPublishers
@ DoesNotSupportRequestedAmountOfSubscribers
@ IncompatibleOverflowBehavior
The [Service] required overflow behavior is not compatible.
@ Interrupt
An interrupt signal was received.
@ InsufficientPermissions
Insufficient permissions to open the config file.