22#include <pulsar/defines.h>
32 pulsar_result_UnknownError,
34 pulsar_result_InvalidConfiguration,
36 pulsar_result_Timeout,
37 pulsar_result_LookupError,
38 pulsar_result_ConnectError,
39 pulsar_result_ReadError,
41 pulsar_result_AuthenticationError,
42 pulsar_result_AuthorizationError,
43 pulsar_result_ErrorGettingAuthenticationData,
45 pulsar_result_BrokerMetadataError,
46 pulsar_result_BrokerPersistenceError,
47 pulsar_result_ChecksumError,
49 pulsar_result_ConsumerBusy,
50 pulsar_result_NotConnected,
51 pulsar_result_AlreadyClosed,
53 pulsar_result_InvalidMessage,
55 pulsar_result_ConsumerNotInitialized,
56 pulsar_result_ProducerNotInitialized,
57 pulsar_result_ProducerBusy,
58 pulsar_result_TooManyLookupRequestException,
60 pulsar_result_InvalidTopicName,
61 pulsar_result_InvalidUrl,
63 pulsar_result_ServiceUnitNotReady,
66 pulsar_result_OperationNotSupported,
67 pulsar_result_ProducerBlockedQuotaExceededError,
68 pulsar_result_ProducerBlockedQuotaExceededException,
69 pulsar_result_ProducerQueueIsFull,
70 pulsar_result_MessageTooBig,
71 pulsar_result_TopicNotFound,
72 pulsar_result_SubscriptionNotFound,
73 pulsar_result_ConsumerNotFound,
74 pulsar_result_UnsupportedVersionError,
76 pulsar_result_TopicTerminated,
77 pulsar_result_CryptoError,
79 pulsar_result_IncompatibleSchema,
80 pulsar_result_ConsumerAssignError,
83 pulsar_result_CumulativeAcknowledgementNotAllowedError,
86 pulsar_result_TransactionCoordinatorNotFoundError,
87 pulsar_result_InvalidTxnStatusError,
88 pulsar_result_NotAllowedError,
89 pulsar_result_TransactionConflict,
90 pulsar_result_TransactionNotFound,
91 pulsar_result_ProducerFenced,
93 pulsar_result_MemoryBufferIsFull,
94 pulsar_result_Interrupted,
98PULSAR_PUBLIC
const char *pulsar_result_str(pulsar_result result);