[This is preliminary documentation and is subject to change.]
Defines SIF 1.0r1 error category and code constants.
| C# | Visual Basic | Visual C++ |
public class SifErrorCodes
Public Class SifErrorCodes
public ref class SifErrorCodes
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| SifErrorCodesSifErrorCodesNew()() | ||
| ACCESS_ADMIN_DENIED_8 | No permission to administer policies | |
| ACCESS_GENERIC_ERROR_1 | Generic error | |
| ACCESS_PROVIDE_DENIED_3 | No permission to Provide this object | |
| ACCESS_REGISTER_DENIED_2 | No permission to Register | |
| ACCESS_REPORT_DENIED_7 | No permission to Report SIF_Events | |
| ACCESS_REQUEST_DENIED_5 | No permission to Request this object | |
| ACCESS_RESPOND_DENIED_6 | No permission to Respond to this object request | |
| ACCESS_SIFEVENT_ADD_DENIED_10 | No permission to report SIF_Event Add | |
| ACCESS_SIFEVENT_CHANGE_DENIED_11 | No permission to report SIF_Event Change | |
| ACCESS_SIFEVENT_DELETE_DENIED_12 | No permission to report SIF_Event Delete | |
| ACCESS_SUBSCRIBE_DENIED_4 | No permission to Subscribe to this SIF_Event | |
| ACCESS_UNKNOWN_SOURCEID_9 | SIF_SourceId is not registered | |
| AGENT_GENERIC_ERROR_1 | Generic Agent Message Handling error | |
| AGENT_MESSAGE_NOT_SUPPORTED_2 | Message not supported | |
| AUTH_EXPIRED_CERT_6 | Expired certificate | |
| AUTH_GENERIC_AUTH_ERROR_2 | Generic authentication error (with signature) | |
| AUTH_GENERIC_ERROR_1 | Generic error | |
| AUTH_INVALID_CERT_4 | Invalid certificate | |
| AUTH_INVALID_ENCRYPT_ALGO_8 | Invalid encryption algorithm (only accepts MD4) | |
| AUTH_INVALID_SIG_7 | Invalid signature | |
| AUTH_NO_PRIVATE_KEY_10 | Missing private key of the receiver (when decrypting message) | |
| AUTH_NO_PUBLIC_KEY_9 | Missing public key of the receiver (when decrypting message) | |
| AUTH_NO_SENDER_CERT_3 | Missing sender's certificate | |
| AUTH_SENDER_NOT_TRUSTED_5 | Sender's certificate is not trusted | |
| EVENT_GENERIC_ERROR_1 | Generic error | |
| EVENT_INVALID_EVENT_3 | Invalid event | |
| EVENT_RESERVED_2 | Reserved | |
| GENERIC_GENERIC_ERROR_1 | Generic Message Handling error | |
| GENERIC_MESSAGE_NOT_SUPPORTED_2 | Message not supported | |
| GENERIC_VERSION_NOT_SUPPORTED_3 | Version not supported | |
| PROVISION_ALREADY_HAS_PROVIDER_4 | Object already has a provider (SIF_Provide message) | |
| PROVISION_GENERIC_ERROR_1 | Generic error | |
| PROVISION_INVALID_OBJ_3 | Invalid object | |
| PROVISION_NOT_REGISTERED_PROVIDER_5 | Not the provider of the object (SIF_Unprovide message) | |
| PROVISION_RESERVED_2 | Reserved | |
| REG_GENERIC_ERROR_1 | Generic error | |
| REG_INVALID_SOURCEID_2 | The SIF_SourceId is invalid | |
| REG_PUSH_EXPECTED_9 | Agent is registered for Push mode | |
| REG_RESERVED_8 | Reserved | |
| REG_SECURE_TRANSPORT_REQUIRED_7 | ZIS requires an encrypted transport | |
| REG_SMALL_MAXPACKETSIZE_6 | Requested Maximum Packet Size is too small | |
| REG_UNSUPPORTED_SIFVERSION_4 | Requested SIF Version(s) not supported | |
| REG_UNSUPPORTED_WIRE_PROTO_3 | Requested transport protocol is unsupported | |
| REQRSP_GENERIC_ERROR_1 | Generic error | |
| REQRSP_INVALID_OBJ_3 | Invalid object | |
| REQRSP_NO_PROVIDER_4 | No Provider | |
| REQRSP_RESERVED_2 | Reserved | |
| REQRSP_RESERVED_5 | Reserved | |
| REQRSP_RESERVED_6 | Reserved | |
| REQRSP_UNSUPPORTED_MAXBUFFERSIZE_8 | Responder does not support requested SIF_MaxBufferSize | |
| REQRSP_UNSUPPORTED_QUERY_9 | Responder does not support the query | |
| REQRSP_UNSUPPORTED_SIFVERSION_7 | Responder does not support requested SIF_Version | |
| SUBSCR_GENERIC_ERROR_1 | Generic error | |
| SUBSCR_INVALID_OBJ_3 | Invalid object | |
| SUBSCR_NOT_A_SUBSCRIBER_4 | Not a subscriber of the object (SIF_Unsubscribe message) | |
| SUBSCR_RESERVED_2 | Reserved | |
| SYS_GENERIC_ERROR_1 | Generic system error | |
| WIRE_GENERIC_ERROR_1 | Generic error | |
| WIRE_NO_CONNECTION_4 | Unable to establish connection | |
| WIRE_NO_SECURITY_AVAIL_3 | Secure channel requested and no secure path exists | |
| WIRE_PROTO_NOT_SUPPORTED_2 | Requested protocol is not supported | |
| XML_GENERIC_ERROR_1 | Generic error | |
| XML_GENERIC_VALIDATION_3 | Generic validation error | |
| XML_INVALID_VALUE_4 | Invalid value for element | |
| XML_MALFORMED_2 | Message is not well formed | |
| XML_MISSING_MANDATORY_ELEMENT_6 | Missing mandatory element | |
| XML_RESERVED_5 | Reserved |
| Object | |
| SifErrorCodes | |