←Select platform

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.
0x7FF8FFA9E_INVALIDARGOne of the arguments passed in was invalid.
0x7FF8FFF2E_OUTOFMEMORYA memory allocation attempt failed.
0x7FFFBFFBGeneralFailureAn error was detected or a failure occurred.
0x7FFFBFFFNotImplementedMethod not implemented.
0x7FFFFDD9ContextNotActiveA context manager does not represent an active session.
0x7FFFFDDAImproperSignatureFormatA digital signature code is not property formatted.
0x7FFFFDDBFilterNotSetApplication attempts to get the names of subjects that are being filtered on its behalf, but a filter has not been set by the application.
0x7FFFFDDCActionNotAllowedApplication attempts to set items other than for the context action to be performed.
0x7FFFFDDDActionNotPossibleThere is presently a context change transaction in progress or another action is being performed.
0x7FFFFDDEAlreadyJoinedThe application has already joined the context.
0x7FFFFDDFBadPropertyValueA property data value does not conform to specification.
0x7FFFFDE0BadPropertyTypeA property data type does not conform to specification.
0x7FFFFDE1UknownPropertyNameA property name is not known.
0x7FFFFDE2ImproperMACFormatA message authentication code is not properly formatted.
0x7FFFFDE3BindingRejectedThe identity of a bindee could not be verified.
0x7FFFFDE4ImproperKeyFormatA public key is not properly formatted.
0x7FFFFDE5UnknownBindeeA security binding coupon does not denote a known bindee.
0x7FFFFDE6UnknownDataFormatThe format of user logon is not found in the authentication repository.
0x7FFFFDE7LogonNotFoundThe desired user logon is not found in the authentication repository.
0x7FFFFDE8UnknownConnectionA connection is not know to the authentication repository.
0x7FFFFDE9UnknownApplicationAn application name is not known.
0x7FFFFDEASignatureRequiredA signature is required to perform the method.
0x7FFFFDEBAuthenticationFailedA signature could not be authenticated.
0x7FFFFDECChangesNotAllowedMapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction.
0x7FFFFDEDChangesNotPossibleAttempt to set or delete context data after the transaction ended.
0x7FFFFDEEUndoNotPossibleAttempt to undo context changes after the transaction has ended.
0x7FFFFDEFInvalidTransactionA transaction has been invalidated and aborted because it violates one or more semantic integrity constraints.
0x7FFFFDF0BadItemValueAn item value does not conform to the allowed set of values as defined by the data definition for the item.
0x7FFFFDF1BadItemTypeAn item date type does not conform to data definition for the item.
0x7FFFFDF2BadItemNameFormatAn item name does not conform to format rules.
0x7FFFFDF3AcceptNotPossibleAttempt 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).
0x7FFFFDF4TooManyParticipantsAttempt to join a context that can't accommodate another participant.
0x7FFFFDF5UnknownParticipantParticipant coupon does not denote a know participant.
0x7FFFFDF6UnknownItemNameAn item name not known.
0x7FFFFDF7TransactionInProgressAttempt to perform a context management method when a transaction is in progress.
0x7FFFFDF9NotInTransactionAttempt to perform a context management transaction method when a transaction is not in progress.
0x7FFFFDFANameValueCountMismatchA name array and its corresponding value array do not have the same number of elements.
0x7FFFFDFDInvalidContextCouponA context coupon does not match most recently commited coupon transaction.
0x7FFFFDFFChangesNotEndedAttempt to publish context changes before ending the context change transaction.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ccow Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly