←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
-2147483135ChangesNotEnded Attempt to publish context changes before ending the context change transaction.
-2147483133InvalidContextCoupon A context coupon does not match most recently commited coupon transaction.
-2147483130NameValueCountMismatch A name array and its corresponding value array do not have the same number of elements.
-2147483129NotInTransaction Attempt to perform a context management transaction method when a transaction is not in progress.
-2147483127TransactionInProgress Attempt to perform a context management method when a transaction is in progress.
-2147483126UnknownItemName An item name not known.
-2147483125UnknownParticipant Participant coupon does not denote a know participant.
-2147483124TooManyParticipants Attempt to join a context that can't accommodate another participant.
-2147483123AcceptNotPossible Attempt 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).
-2147483122BadItemNameFormat An item name does not conform to format rules.
-2147483121BadItemType An item date type does not conform to data definition for the item.
-2147483120BadItemValue An item value does not conform to the allowed set of values as defined by the data definition for the item.
-2147483119InvalidTransaction A transaction has been invalidated and aborted because it violates one or more semantic integrity constraints.
-2147483118UndoNotPossible Attempt to undo context changes after the transaction has ended.
-2147483117ChangesNotPossible Attempt to set or delete context data after the transaction ended.
-2147483116ChangesNotAllowed Mapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction.
-2147483115AuthenticationFailed A signature could not be authenticated.
-2147483114SignatureRequired A signature is required to perform the method.
-2147483113UnknownApplication An application name is not known.
-2147483112UnknownConnection A connection is not know to the authentication repository.
-2147483111LogonNotFound The desired user logon is not found in the authentication repository.
-2147483110UnknownDataFormat The format of user logon is not found in the authentication repository.
-2147483109UnknownBindee A security binding coupon does not denote a known bindee.
-2147483108ImproperKeyFormat A public key is not properly formatted.
-2147483107BindingRejected The identity of a bindee could not be verified.
-2147483106ImproperMACFormat A message authentication code is not properly formatted.
-2147483105UknownPropertyName A property name is not known.
-2147483104BadPropertyType A property data type does not conform to specification.
-2147483103BadPropertyValue A property data value does not conform to specification.
-2147483102AlreadyJoined The application has already joined the context.
-2147483101ActionNotPossible There is presently a context change transaction in progress or another action is being performed.
-2147483100ActionNotAllowed Application attempts to set items other than for the context action to be performed.
-2147483099FilterNotSet Application attempts to get the names of subjects that are being filtered on its behalf, but a filter has not been set by the application.
-2147483098ImproperSignatureFormat A digital signature code is not property formatted.
-2147483097ContextNotActive A context manager does not represent an active session.
-2147467263NotImplemented Method not implemented.
-2147467259GeneralFailure An error was detected or a failure occurred.
-2147024882E_OUTOFMEMORY A memory allocation attempt failed.
-2147024809E_INVALIDARG One of the arguments passed in was invalid.
0S_OK Successful completion.
1S_FALSE Completed without error, but only partial results were obtained.
Requirements

Target Platforms

See Also

Reference

Leadtools.Ccow Namespace

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize