Error values returned by a CCOW implementation.
Value | Member | Description |
---|---|---|
0x00000000 | S_OK | Successful completion. |
0x00000001 | S_FALSE | Completed without error, but only partial results were obtained. |
0x80070057 | E_INVALIDARG | One of the arguments passed in was invalid. |
0x8007000E | E_OUTOFMEMORY | A memory allocation attempt failed. |
0x80004005 | GeneralFailure | An error was detected or a failure occurred. |
0x80004001 | NotImplemented | Method not implemented. |
0x80000227 | ContextNotActive | A context manager does not represent an active session. |
0x80000226 | ImproperSignatureFormat | A digital signature code is not property formatted. |
0x80000225 | 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. |
0x80000224 | ActionNotAllowed | Application attempts to set items other than for the context action to be performed. |
0x80000223 | ActionNotPossible | There is presently a context change transaction in progress or another action is being performed. |
0x80000222 | AlreadyJoined | The application has already joined the context. |
0x80000221 | BadPropertyValue | A property data value does not conform to specification. |
0x80000220 | BadPropertyType | A property data type does not conform to specification. |
0x8000021F | UknownPropertyName | A property name is not known. |
0x8000021E | ImproperMACFormat | A message authentication code is not properly formatted. |
0x8000021D | BindingRejected | The identity of a bindee could not be verified. |
0x8000021C | ImproperKeyFormat | A public key is not properly formatted. |
0x8000021B | UnknownBindee | A security binding coupon does not denote a known bindee. |
0x8000021A | UnknownDataFormat | The format of user logon is not found in the authentication repository. |
0x80000219 | LogonNotFound | The desired user logon is not found in the authentication repository. |
0x80000218 | UnknownConnection | A connection is not know to the authentication repository. |
0x80000217 | UnknownApplication | An application name is not known. |
0x80000216 | SignatureRequired | A signature is required to perform the method. |
0x80000215 | AuthenticationFailed | A signature could not be authenticated. |
0x80000214 | ChangesNotAllowed | Mapping agent attempts to set or delete a context data item that has been set by the participant that instigated the transaction. |
0x80000213 | ChangesNotPossible | Attempt to set or delete context data after the transaction ended. |
0x80000212 | UndoNotPossible | Attempt to undo context changes after the transaction has ended. |
0x80000211 | InvalidTransaction | A transaction has been invalidated and aborted because it violates one or more semantic integrity constraints. |
0x80000210 | BadItemValue | An item value does not conform to the allowed set of values as defined by the data definition for the item. |
0x8000020F | BadItemType | An item date type does not conform to data definition for the item. |
0x8000020E | BadItemNameFormat | An item name does not conform to format rules. |
0x8000020D | 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). |
0x8000020C | TooManyParticipants | Attempt to join a context that can't accommodate another participant. |
0x8000020B | UnknownParticipant | Participant coupon does not denote a know participant. |
0x8000020A | UnknownItemName | An item name not known. |
0x80000209 | TransactionInProgress | Attempt to perform a context management method when a transaction is in progress. |
0x80000207 | NotInTransaction | Attempt to perform a context management transaction method when a transaction is not in progress. |
0x80000206 | NameValueCountMismatch | A name array and its corresponding value array do not have the same number of elements. |
0x80000203 | InvalidContextCoupon | A context coupon does not match most recently commited coupon transaction. |
0x80000201 | ChangesNotEnded | Attempt to publish context changes before ending the context change transaction. |