C#
VB
C++
Error values returned by a CCOW implementation.
Members
<
Value | Member | Description |
---|---|---|
0x00000000 | S_OK | Successful completion. |
0x00000001 | S_FALSE | Completed without error, but only partial results were obtained. |
0x7FF8FFA9 | E_INVALIDARG | One of the arguments passed in was invalid. |
0x7FF8FFF2 | E_OUTOFMEMORY | A memory allocation attempt failed. |
0x7FFFBFFB | GeneralFailure | An error was detected or a failure occurred. |
0x7FFFBFFF | NotImplemented | Method not implemented. |
0x7FFFFDD9 | ContextNotActive | A context manager does not represent an active session. |
0x7FFFFDDA | ImproperSignatureFormat | A digital signature code is not property formatted. |
0x7FFFFDDB | FilterNotSet | 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. |
0x7FFFFDDC | ActionNotAllowed | Application attempts to set items other than for the context action to be performed. |
0x7FFFFDDD | ActionNotPossible | There is presently a context change transaction in progress or another action is being performed. |
0x7FFFFDDE | AlreadyJoined | The application has already joined the context. |
0x7FFFFDDF | BadPropertyValue | A property data value does not conform to specification. |
0x7FFFFDE0 | BadPropertyType | A property data type does not conform to specification. |
0x7FFFFDE1 | UknownPropertyName | A property name is not known. |
0x7FFFFDE2 | ImproperMACFormat | A message authentication code is not properly formatted. |
0x7FFFFDE3 | BindingRejected | The identity of a bindee could not be verified. |
0x7FFFFDE4 | ImproperKeyFormat | A public key is not properly formatted. |
0x7FFFFDE5 | UnknownBindee | A security binding coupon does not denote a known bindee. |
0x7FFFFDE6 | UnknownDataFormat | The format of user logon is not found in the authentication repository. |
0x7FFFFDE7 | LogonNotFound | The desired user logon is not found in the authentication repository. |
0x7FFFFDE8 | UnknownConnection | A connection is not know to the authentication repository. |
0x7FFFFDE9 | UnknownApplication | An application name is not known. |
0x7FFFFDEA | SignatureRequired | A signature is required to perform the method. |
0x7FFFFDEB | AuthenticationFailed | A signature could not be authenticated. |
0x7FFFFDEC | ChangesNotAllowed | Mapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction. |
0x7FFFFDED | ChangesNotPossible | Attempt to set or delete context data after the transaction ended. |
0x7FFFFDEE | UndoNotPossible | Attempt to undo context changes after the transaction has ended. |
0x7FFFFDEF | InvalidTransaction | A transaction has been invalidated and aborted because it violates one or more semantic integrity constraints. |
0x7FFFFDF0 | BadItemValue | An item value does not conform to the allowed set of values as defined by the data definition for the item. |
0x7FFFFDF1 | BadItemType | An item date type does not conform to data definition for the item. |
0x7FFFFDF2 | BadItemNameFormat | An item name does not conform to format rules. |
0x7FFFFDF3 | AcceptNotPossible | 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). |
0x7FFFFDF4 | TooManyParticipants | Attempt to join a context that can't accommodate another participant. |
0x7FFFFDF5 | UnknownParticipant | Participant coupon does not denote a know participant. |
0x7FFFFDF6 | UnknownItemName | An item name not known. |
0x7FFFFDF7 | TransactionInProgress | Attempt to perform a context management method when a transaction is in progress. |
0x7FFFFDF9 | NotInTransaction | Attempt to perform a context management transaction method when a transaction is not in progress. |
0x7FFFFDFA | NameValueCountMismatch | A name array and its corresponding value array do not have the same number of elements. |
0x7FFFFDFD | InvalidContextCoupon | A context coupon does not match most recently commited coupon transaction. |
0x7FFFFDFF | ChangesNotEnded | Attempt to publish context changes before ending the context change transaction. |