HResult Enumeration

Summary
Error values returned by a CCOW implementation.
Syntax
C#
VB
C++
public enum HResult   
Public Enum HResult  
public enum class HResult   
Members
ValueMemberDescription
0x00000000S_OKSuccessful completion.
0x00000001S_FALSECompleted without error, but only partial results were obtained.
0x80070057E_INVALIDARGOne of the arguments passed in was invalid.
0x8007000EE_OUTOFMEMORYA memory allocation attempt failed.
0x80004005GeneralFailureAn error was detected or a failure occurred.
0x80004001NotImplementedMethod not implemented.
0x80000227ContextNotActiveA context manager does not represent an active session.
0x80000226ImproperSignatureFormatA digital signature code is not property formatted.
0x80000225FilterNotSetApplication attempts to get the names of subjects that are being filtered on its behalf, but a filter has not been set by the application.
0x80000224ActionNotAllowedApplication attempts to set items other than for the context action to be performed.
0x80000223ActionNotPossibleThere is presently a context change transaction in progress or another action is being performed.
0x80000222AlreadyJoinedThe application has already joined the context.
0x80000221BadPropertyValueA property data value does not conform to specification.
0x80000220BadPropertyTypeA property data type does not conform to specification.
0x8000021FUknownPropertyNameA property name is not known.
0x8000021EImproperMACFormatA message authentication code is not properly formatted.
0x8000021DBindingRejectedThe identity of a bindee could not be verified.
0x8000021CImproperKeyFormatA public key is not properly formatted.
0x8000021BUnknownBindeeA security binding coupon does not denote a known bindee.
0x8000021AUnknownDataFormatThe format of user logon is not found in the authentication repository.
0x80000219LogonNotFoundThe desired user logon is not found in the authentication repository.
0x80000218UnknownConnectionA connection is not know to the authentication repository.
0x80000217UnknownApplicationAn application name is not known.
0x80000216SignatureRequiredA signature is required to perform the method.
0x80000215AuthenticationFailedA signature could not be authenticated.
0x80000214ChangesNotAllowedMapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction.
0x80000213ChangesNotPossibleAttempt to set or delete context data after the transaction ended.
0x80000212UndoNotPossibleAttempt to undo context changes after the transaction has ended.
0x80000211InvalidTransactionA transaction has been invalidated and aborted because it violates one or more semantic integrity constraints.
0x80000210BadItemValueAn item value does not conform to the allowed set of values as defined by the data definition for the item.
0x8000020FBadItemTypeAn item date type does not conform to data definition for the item.
0x8000020EBadItemNameFormatAn item name does not conform to format rules.
0x8000020DAcceptNotPossibleAttempt to publish an "accept" decision but there were participants for which it was not possible to obtain a survey response (e.g., these participants are blocked).
0x8000020CTooManyParticipantsAttempt to join a context that can't accommodate another participant.
0x8000020BUnknownParticipantParticipant coupon does not denote a know participant.
0x8000020AUnknownItemNameAn item name not known.
0x80000209TransactionInProgressAttempt to perform a context management method when a transaction is in progress.
0x80000207NotInTransactionAttempt to perform a context management transaction method when a transaction is not in progress.
0x80000206NameValueCountMismatchA name array and its corresponding value array do not have the same number of elements.
0x80000203InvalidContextCouponA context coupon does not match most recently commited coupon transaction.
0x80000201ChangesNotEndedAttempt to publish context changes before ending the context change transaction.
Requirements

Target Platforms

See Also

Reference

Leadtools.Ccow Namespace

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.