ResultCode 列舉

定義

ResultCode 列舉型別 (Enumeration) 指定作業結果碼。

public enum class ResultCode
public enum ResultCode
type ResultCode = 
Public Enum ResultCode
繼承
ResultCode

欄位

AdminLimitExceeded 11

已經超過伺服器上的管理限制。 值等於 11。

AffectsMultipleDsas 71

多個目錄服務代理程式受到影響。 值等於 71。

AliasDereferencingProblem 36

取值別名時發生問題。 值等於 36。

AliasProblem 33

別名無效。 值等於 33。

AttributeOrValueExists 20

屬性存在,或已為其指派值。 值等於 20。

AuthMethodNotSupported 7

不支援此驗證方法。 值等於 7。

Busy 51

伺服器忙碌中。 值等於 51。

CompareFalse 5

屬性和已知值不相符。 值等於 5。

CompareTrue 6

屬性和已知值相符。 值等於 6。

ConfidentialityRequired 13

此作業需要機密性。 值等於 13。

ConstraintViolation 19

要求中的值未遵守某些條件約束。 值等於 19。

EntryAlreadyExists 68

物件已存在。 值等於 68。

InappropriateAuthentication 48

所提供的驗證不適當。 值等於 48。

InappropriateMatching 18

未將相符的規則套用至指定的屬性型別。 值等於 18。

InsufficientAccessRights 50

使用者沒有足夠的存取權限。 值等於 50。

InvalidAttributeSyntax 21

語法無效。 值等於 21。

InvalidDNSyntax 34

辨別名稱含有無效語法。 值等於 34。

LoopDetect 54

轉介的鏈結已迴圈回參考伺服器。 值等於 54。

NamingViolation 64

發生命名違規。 值等於 64。

NoSuchAttribute 16

要求的屬性不存在。 值等於 16。

NoSuchObject 32

物件不存在。 值等於 32。

NotAllowedOnNonLeaf 66

不允許在非分葉物件上執行這個作業。 值等於 66。

NotAllowedOnRdn 67

不允許在相對辨別名稱 (Relative Distinguished Name,RDN) 上執行這個作業。 值等於 67。

ObjectClassModificationsProhibited 69

要求正嘗試修改無法修改的物件類別。 值等於 69。

ObjectClassViolation 65

發生物件類別違規。 值等於 65。

OffsetRangeError 61

搜尋結果超過所指定的位移範圍。 值等於 61。

OperationsError 1

發生了作業錯誤。 值等於 1。

Other 80

發生未知的錯誤。 值等於 80。

ProtocolError 2

發生了通訊協定錯誤。 值等於 2。

Referral 10

已從伺服器傳回轉介。 值等於 10。

ReferralV2 9

僅接收到部分結果和轉介。 值等於 9。

ResultsTooLarge 70

傳回結果過大。 值等於 70。

SaslBindInProgress 14

簡單驗證和安全性階層 (Simple Authentication and Security Layer,SASL) 繫結正在進行中。 值等於 14。

SizeLimitExceeded 4

已經超過大小限制。 值等於 4。

SortControlMissing 60

搜尋需要 SORT 控制項。 值等於 60。

StrongAuthRequired 8

此作業需要強式驗證。 值等於 8。

Success 0

呼叫已順利完成。 該值等於 0。

TimeLimitExceeded 3

已經超過由伺服器端時間限制參數設定的時間限制。 值等於 3。

Unavailable 52

伺服器無法使用。 值等於 52。

UnavailableCriticalExtension 12

伺服器不支援控制項。 控制項很重要, 值等於 12。

UndefinedAttributeType 17

未定義型別。 值等於 17。

UnwillingToPerform 53

伺服器無法處理目錄要求。 值等於 53。

VirtualListViewError 76

嘗試執行要求的虛擬清單檢視 (Virtual List View) 作業時,發生錯誤。 值等於 76。

適用於