.TH "mapiproxy/libmapistore/mapistore_errors.h" 3 "Tue Apr 25 2017" "Version 2.2" "OpenChange mapistore library" \" -*- nroff -*- .ad l .nh .SH NAME mapiproxy/libmapistore/mapistore_errors.h \- .PP This header provides a set of result codes for MAPISTORE function calls\&. .SH SYNOPSIS .br .PP .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBmapistore_error\fP { \fBMAPISTORE_SUCCESS\fP = 0, \fBMAPISTORE_ERROR\fP = 1, \fBMAPISTORE_ERR_NO_MEMORY\fP = 2, \fBMAPISTORE_ERR_ALREADY_INITIALIZED\fP = 3, \fBMAPISTORE_ERR_NOT_INITIALIZED\fP = 4, \fBMAPISTORE_ERR_CORRUPTED\fP = 5, \fBMAPISTORE_ERR_INVALID_PARAMETER\fP = 6, \fBMAPISTORE_ERR_NO_DIRECTORY\fP = 7, \fBMAPISTORE_ERR_DATABASE_INIT\fP = 8, \fBMAPISTORE_ERR_DATABASE_OPS\fP = 9, \fBMAPISTORE_ERR_BACKEND_REGISTER\fP = 10, \fBMAPISTORE_ERR_BACKEND_INIT\fP = 11, \fBMAPISTORE_ERR_CONTEXT_FAILED\fP = 12, \fBMAPISTORE_ERR_INVALID_NAMESPACE\fP = 13, \fBMAPISTORE_ERR_INVALID_URI\fP = 14, \fBMAPISTORE_ERR_NOT_FOUND\fP = 15, \fBMAPISTORE_ERR_REF_COUNT\fP = 16, \fBMAPISTORE_ERR_EXIST\fP = 17, \fBMAPISTORE_ERR_INVALID_DATA\fP = 18, \fBMAPISTORE_ERR_MSG_SEND\fP = 19, \fBMAPISTORE_ERR_MSG_RCV\fP = 20, \fBMAPISTORE_ERR_DENIED\fP = 21, \fBMAPISTORE_ERR_NOT_IMPLEMENTED\fP }" .br .in -1c .SH "Detailed Description" .PP This header provides a set of result codes for MAPISTORE function calls\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBmapistore_error\fP" .PP \fBEnumerator\fP .in +1c .TP \fB\fIMAPISTORE_SUCCESS \fP\fP The function call succeeded\&. .TP \fB\fIMAPISTORE_ERROR \fP\fP The function call failed for some non-specific reason\&. .TP \fB\fIMAPISTORE_ERR_NO_MEMORY \fP\fP The function call failed because it was unable to allocate the memory required by underlying operations\&. .TP \fB\fIMAPISTORE_ERR_ALREADY_INITIALIZED \fP\fP The function call failed because underlying context has already been initialized\&. .TP \fB\fIMAPISTORE_ERR_NOT_INITIALIZED \fP\fP The function call failed because context has not been initialized\&. .TP \fB\fIMAPISTORE_ERR_CORRUPTED \fP\fP The function call failed because an internal mapistore storage component has corrupted data\&. .TP \fB\fIMAPISTORE_ERR_INVALID_PARAMETER \fP\fP The function call failed because one of the function parameters is invalid\&. .TP \fB\fIMAPISTORE_ERR_NO_DIRECTORY \fP\fP The function call failed because the directory doesn't exist\&. .TP \fB\fIMAPISTORE_ERR_DATABASE_INIT \fP\fP The function call failed because the underlying function couldn't open a database\&. .TP \fB\fIMAPISTORE_ERR_DATABASE_OPS \fP\fP The function call failed because the underlying function didn't run a database operation successfully\&. .TP \fB\fIMAPISTORE_ERR_BACKEND_REGISTER \fP\fP The function failed to register a storage backend\&. .TP \fB\fIMAPISTORE_ERR_BACKEND_INIT \fP\fP One of more storage backend initialization functions failed to complete successfully\&. .TP \fB\fIMAPISTORE_ERR_CONTEXT_FAILED \fP\fP The function failed because mapistore failed to create a context\&. .TP \fB\fIMAPISTORE_ERR_INVALID_NAMESPACE \fP\fP The function failed because the provided namespace is invalid\&. .TP \fB\fIMAPISTORE_ERR_INVALID_URI \fP\fP The specified URI is invalid\&. .TP \fB\fIMAPISTORE_ERR_NOT_FOUND \fP\fP The function failed to find requested record/data\&. .TP \fB\fIMAPISTORE_ERR_REF_COUNT \fP\fP The function still has a reference count\&. .TP \fB\fIMAPISTORE_ERR_EXIST \fP\fP The function already have record/data for the searched element\&. .TP \fB\fIMAPISTORE_ERR_INVALID_DATA \fP\fP The function failed to generate requested data/payload\&. .TP \fB\fIMAPISTORE_ERR_MSG_SEND \fP\fP The function failed to send message\&. .TP \fB\fIMAPISTORE_ERR_MSG_RCV \fP\fP The function failed to receive message\&. .TP \fB\fIMAPISTORE_ERR_DENIED \fP\fP The operation required privileges that the user does not have\&. .TP \fB\fIMAPISTORE_ERR_NOT_IMPLEMENTED \fP\fP The function is not implemented\&. .SH "Author" .PP Generated automatically by Doxygen for OpenChange mapistore library from the source code\&.