WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the
XUL hub at the
Mozilla Developer Center.
nsICMSMessageErrors
| IID: | f2aec680-60a0-49f0-afe5-6cf1d3f15e0d |
| Inherits From: | nsISupports |
Scriptable error constants for nsICMSMessage
Constants
| PRInt32 |
SUCCESS |
= 0 |
| PRInt32 |
GENERAL_ERROR |
= 1 |
| PRInt32 |
VERIFY_NOT_SIGNED |
= 1024 |
| PRInt32 |
VERIFY_NO_CONTENT_INFO |
= 1025 |
| PRInt32 |
VERIFY_BAD_DIGEST |
= 1026 |
| PRInt32 |
VERIFY_NOCERT |
= 1028 |
| PRInt32 |
VERIFY_UNTRUSTED |
= 1029 |
| PRInt32 |
VERIFY_ERROR_UNVERIFIED |
= 1031 |
| PRInt32 |
VERIFY_ERROR_PROCESSING |
= 1032 |
| PRInt32 |
VERIFY_BAD_SIGNATURE |
= 1033 |
| PRInt32 |
VERIFY_DIGEST_MISMATCH |
= 1034 |
| PRInt32 |
VERIFY_UNKNOWN_ALGO |
= 1035 |
| PRInt32 |
VERIFY_UNSUPPORTED_ALGO |
= 1036 |
| PRInt32 |
VERIFY_MALFORMED_SIGNATURE |
= 1037 |
| PRInt32 |
VERIFY_HEADER_MISMATCH |
= 1038 |
| PRInt32 |
VERIFY_NOT_YET_ATTEMPTED |
= 1039 |
| PRInt32 |
VERIFY_CERT_WITHOUT_ADDRESS |
= 1040 |
| PRInt32 |
ENCRYPT_NO_BULK_ALG |
= 1056 |
| PRInt32 |
ENCRYPT_INCOMPLETE |
= 1057 |
Reference documentation is generated from Mozilla's source.