The exception for UCS_ERR_FIRST_LINK_FAILURE
.
More...
#include <exception.h>
Public Member Functions | |
FirstLinkFailureError (const std::string &msg) | |
The UCS_ERR_FIRST_LINK_FAILURE constructor. More... | |
![]() | |
Error (const std::string &msg) | |
The base class constructor. More... | |
const char * | what () const noexcept override |
Returns an explanatory string. More... | |
The exception for UCS_ERR_FIRST_LINK_FAILURE
.
The exception raised when UCS_ERR_FIRST_LINK_FAILURE
occurs in UCX.
|
inlineexplicit |
The UCS_ERR_FIRST_LINK_FAILURE
constructor.
The constructor for an exception raised with UCS_ERR_FIRST_LINK_FAILURE
occurs in UCX.
[in] | msg | the explanatory string of the error. |