13#ifndef IOX2_PORT_ERROR_HPP
14#define IOX2_PORT_ERROR_HPP
SendError
Failure that can be emitted when data is sent.
@ ConnectionError
A failure occurred while establishing a connection to the ports counterpart port.
@ LoanErrorExceedsMaxLoanSize
@ LoanErrorOutOfMemory
The data segment does not have any more memory left.
@ LoanErrorExceedsMaxLoans
@ ConnectionBrokenSinceSenderNoLongerExists
Send was called but the corresponding port went already out of scope.
@ LoanErrorInternalFailure
Errors that indicate either an implementation issue or a wrongly configured system.
@ UnableToDeliver
The sample could not be delivered.
@ OutOfMemory
The data segment does not have any more memory left.
@ ExceedsMaxLoanedSamples
@ FailedToEstablishConnection
Failures when creating the connection.
@ UnableToMapSendersDataSegment
Failures when mapping the corresponding data segment.
@ InternalError
Errors that indicate either an implementation issue or a wrongly configured system.
@ ConnectionCorrupted
Connection is corrupted.
RequestSendError
Failure that can be emitted when a [RequestMut] is sent.
@ ExceedsMaxActiveRequests