Directory operation error types


Enumerations

enum  DS_ErrorType {
  DS_E_SUCCESS = 0, DS_E_ATTRIBUTE = 1, DS_E_NAME = 2, DS_E_SERVICE = 3,
  DS_E_REFERRAL = 4, DS_E_ABANDONED = 5, DS_E_SECURITY = 6, DS_E_ABANDONFAILED = 7,
  DS_E_UPDATE = 8, DS_E_DSAREFERRAL = 9, DS_E_LOCAL = 10, DS_E_REMOTE = 11,
  DS_E_UNKNOWN = 12, DS_E_X509 = 13
}

Enumeration Type Documentation

Directory operation error codes.

Enumerator:
DS_E_ATTRIBUTE  Attribute error.
DS_E_NAME  Name error.
DS_E_SERVICE  Service error.
DS_E_REFERRAL  Referral error.
DS_E_ABANDONED  Operation abandoned error.
DS_E_SECURITY  Security error.
DS_E_ABANDONFAILED  Abandon failed error.
DS_E_UPDATE  Update error.
DS_E_DSAREFERRAL  DSA referral error.
DS_E_LOCAL  Unknown local error.
DS_E_REMOTE  Unknown remote error.
DS_E_UNKNOWN  Unknown error.
DS_E_X509  Error detected by X509 library.

Definition at line 248 of file dsapi_const.h.

00248              {
00249     DS_E_SUCCESS = 0,
00250     /*< Successful operation. */
00251     
00252     DS_E_ATTRIBUTE = 1,
00255     DS_E_NAME = 2,
00258     DS_E_SERVICE = 3,
00261     DS_E_REFERRAL = 4,
00264     DS_E_ABANDONED = 5,
00267     DS_E_SECURITY = 6,
00270     DS_E_ABANDONFAILED = 7,
00273     DS_E_UPDATE = 8,
00276     DS_E_DSAREFERRAL = 9,
00279     DS_E_LOCAL = 10,
00282     DS_E_REMOTE = 11,
00285     DS_E_UNKNOWN = 12,
00288     DS_E_X509 = 13
00291 } DS_ErrorType;

Copyright © 2008 Isode privacy   feedback Subscribe to our rss newsfeed