Changeset 55658 in vbox for trunk/include/iprt/err.h
- Timestamp:
- May 5, 2015 11:49:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r55562 r55658 803 803 /** A string claiming to be UTF-8 is incorrectly encoded. */ 804 804 #define VERR_INVALID_UTF8_ENCODING (-61) 805 /** A dstring claiming to be in UTF-16 is incorrectly encoded. */805 /** A string claiming to be in UTF-16 is incorrectly encoded. */ 806 806 #define VERR_INVALID_UTF16_ENCODING (-62) 807 807 /** Encountered a unicode code point which cannot be represented as UTF-16. */ … … 817 817 /** The timer can't be started because it's already active. */ 818 818 #define VERR_TIMER_ACTIVE (-68) 819 /** The timer can't be stopped because i 's already suspended. */819 /** The timer can't be stopped because it's already suspended. */ 820 820 #define VERR_TIMER_SUSPENDED (-69) 821 821 /** The operation was cancelled by the user (copy) or another thread (local ipc). */ … … 1198 1198 /** Wrong release order detected. */ 1199 1199 #define VERR_SEM_LV_WRONG_RELEASE_ORDER (-369) 1200 /** Attempt to recursively enter a non-recur isve lock. */1200 /** Attempt to recursively enter a non-recursive lock. */ 1201 1201 #define VERR_SEM_LV_NESTED (-370) 1202 1202 /** Invalid parameters passed to the lock validator. */ … … 1815 1815 /** The VFS object type is not known. */ 1816 1816 #define VERR_VFS_CHAIN_UNKNOWN_TYPE (-22103) 1817 /** Expected a left par anthese. */1817 /** Expected a left parentheses. */ 1818 1818 #define VERR_VFS_CHAIN_EXPECTED_LEFT_PARENTHESES (-22104) 1819 /** Expected a right par anthese. */1819 /** Expected a right parentheses. */ 1820 1820 #define VERR_VFS_CHAIN_EXPECTED_RIGHT_PARENTHESES (-22105) 1821 1821 /** Expected a provider name. */ … … 1894 1894 /** The table of content XML document does not have a toc element. */ 1895 1895 #define VERR_XML_TOC_ELEMENT_MISSING (-22711) 1896 /** The table of content XML element (toc) has sib ilings, we expected it to be1896 /** The table of content XML element (toc) has siblings, we expected it to be 1897 1897 * an only child or the root element (xar). */ 1898 1898 #define VERR_XML_TOC_ELEMENT_HAS_SIBLINGS (-22712) … … 2115 2115 /** @name More RTLdr status codes. 2116 2116 * @{ */ 2117 /** Image Ver ficiation Failure: No Authenticode Signature. */2117 /** Image Verification Failure: No Authenticode Signature. */ 2118 2118 #define VERR_LDRVI_NOT_SIGNED (-22900) 2119 /** Image Ver ficiation Warning: No Authenticode Signature, but on whitelist. */2119 /** Image Verification Warning: No Authenticode Signature, but on whitelist. */ 2120 2120 #define VINF_LDRVI_NOT_SIGNED (22900) 2121 /** Image Ver ficiation Failure: Error reading image headers. */2121 /** Image Verification Failure: Error reading image headers. */ 2122 2122 #define VERR_LDRVI_READ_ERROR_HDR (-22901) 2123 /** Image Ver ficiation Failure: Error reading section headers. */2123 /** Image Verification Failure: Error reading section headers. */ 2124 2124 #define VERR_LDRVI_READ_ERROR_SHDRS (-22902) 2125 /** Image Ver ficiation Failure: Error reading authenticode signature data. */2125 /** Image Verification Failure: Error reading authenticode signature data. */ 2126 2126 #define VERR_LDRVI_READ_ERROR_SIGNATURE (-22903) 2127 /** Image Ver ficiation Failure: Error reading file for hashing. */2127 /** Image Verification Failure: Error reading file for hashing. */ 2128 2128 #define VERR_LDRVI_READ_ERROR_HASH (-22904) 2129 /** Image Ver ficiation Failure: Error determining the file length. */2129 /** Image Verification Failure: Error determining the file length. */ 2130 2130 #define VERR_LDRVI_FILE_LENGTH_ERROR (-22905) 2131 /** Image Ver ficiation Failure: Error allocating memory for state data. */2131 /** Image Verification Failure: Error allocating memory for state data. */ 2132 2132 #define VERR_LDRVI_NO_MEMORY_STATE (-22906) 2133 /** Image Ver ficiation Failure: Error allocating memory for authenticode2133 /** Image Verification Failure: Error allocating memory for authenticode 2134 2134 * signature data. */ 2135 2135 #define VERR_LDRVI_NO_MEMORY_SIGNATURE (-22907) 2136 /** Image Ver ficiation Failure: Error allocating memory for section headers. */2136 /** Image Verification Failure: Error allocating memory for section headers. */ 2137 2137 #define VERR_LDRVI_NO_MEMORY_SHDRS (-22908) 2138 /** Image Ver ficiation Failure: Authenticode parsing output. */2138 /** Image Verification Failure: Authenticode parsing output. */ 2139 2139 #define VERR_LDRVI_NO_MEMORY_PARSE_OUTPUT (-22909) 2140 /** Image Ver ficiation Failure: Invalid security directory entry. */2140 /** Image Verification Failure: Invalid security directory entry. */ 2141 2141 #define VERR_LDRVI_INVALID_SECURITY_DIR_ENTRY (-22910) 2142 /** Image Ver ficiation Failure: */2142 /** Image Verification Failure: */ 2143 2143 #define VERR_LDRVI_BAD_CERT_HDR_LENGTH (-22911) 2144 /** Image Ver ficiation Failure: */2144 /** Image Verification Failure: */ 2145 2145 #define VERR_LDRVI_BAD_CERT_HDR_REVISION (-22912) 2146 /** Image Ver ficiation Failure: */2146 /** Image Verification Failure: */ 2147 2147 #define VERR_LDRVI_BAD_CERT_HDR_TYPE (-22913) 2148 /** Image Ver ficiation Failure: More than one certificate table entry. */2148 /** Image Verification Failure: More than one certificate table entry. */ 2149 2149 #define VERR_LDRVI_BAD_CERT_MULTIPLE (-22914) 2150 2150 2151 /** Image Ver ficiation Failure: */2151 /** Image Verification Failure: */ 2152 2152 #define VERR_LDRVI_BAD_MZ_OFFSET (-22915) 2153 /** Image Ver ficiation Failure: Invalid section count. */2153 /** Image Verification Failure: Invalid section count. */ 2154 2154 #define VERR_LDRVI_INVALID_SECTION_COUNT (-22916) 2155 /** Image Ver ficiation Failure: Raw data offsets and sizes are out of range. */2155 /** Image Verification Failure: Raw data offsets and sizes are out of range. */ 2156 2156 #define VERR_LDRVI_SECTION_RAW_DATA_VALUES (-22917) 2157 2157 /** Optional header magic and target machine does not match. */ … … 2174 2174 /** The page hash table is not strictly ordered by offset. */ 2175 2175 #define VERR_LDRVI_PAGE_HASH_TAB_NOT_STRICTLY_SORTED (-22926) 2176 /** The page hash table hashes data outside the defined and implic t sections. */2176 /** The page hash table hashes data outside the defined and implicit sections. */ 2177 2177 #define VERR_PAGE_HASH_TAB_HASHES_NON_SECTION_DATA (-22927) 2178 2178 /** Page hash mismatch. */ … … 2210 2210 /** Certificate signature algorithm mismatch. */ 2211 2211 #define VERR_CR_X509_CERT_SIGN_ALGO_MISMATCH (-23006) 2212 /** The signature algorithm in the to-be-signed certif cate part does not match2213 * the one asso icated with the signature. */2212 /** The signature algorithm in the to-be-signed certificate part does not match 2213 * the one associated with the signature. */ 2214 2214 #define VERR_CR_X509_CERT_TBS_SIGN_ALGO_MISMATCH (-23007) 2215 2215 /** Certificate extensions requires certificate version 3 or later. */ … … 2223 2223 /** Public key is too small. */ 2224 2224 #define VERR_CR_X509_PUBLIC_KEY_TOO_SMALL (-23012) 2225 /** Invalid str nig tag for a X.509 name object. */2225 /** Invalid string tag for a X.509 name object. */ 2226 2226 #define VERR_CR_X509_INVALID_NAME_STRING_TAG (-23013) 2227 2227 /** Empty string in X.509 name object. */ … … 2255 2255 * certificate authority (CA). */ 2256 2256 #define VERR_CR_X509_CPV_NOT_CA_CERT (-23026) 2257 /** Certificate path validator: Interme idate certificate is not a version 32257 /** Certificate path validator: Intermediate certificate is not a version 3 2258 2258 * certificate. */ 2259 2259 #define VERR_CR_X509_CPV_NOT_V3_CERT (-23027) … … 2272 2272 #define VERR_CR_X509_CPV_ISSUER_MISMATCH (-23032) 2273 2273 /** Certificate path validator: The certificate is not valid at the 2274 * specifi ced time. */2274 * specified time. */ 2275 2275 #define VERR_CR_X509_CPV_NOT_VALID_AT_TIME (-23033) 2276 2276 /** Certificate path validator: Unexpected choice found in general subtree … … 2293 2293 /** Generic PKCS \#7 error. */ 2294 2294 #define VERR_CR_PKCS7_GENERIC_ERROR (-23300) 2295 /** Signed data ver fication failed because there are zero signer infos. */2295 /** Signed data verification failed because there are zero signer infos. */ 2296 2296 #define VERR_CR_PKCS7_NO_SIGNER_INFOS (-23301) 2297 2297 /** Signed data certificate not found. */ … … 2339 2339 /** Error creating digest algorithm calculator. */ 2340 2340 #define VERR_CR_PKCS7_DIGEST_CREATE_ERROR (-22319) 2341 /** Error while calculating a digest for a PKCS \#7 ver ficiation operation. */2341 /** Error while calculating a digest for a PKCS \#7 verification operation. */ 2342 2342 #define VERR_CR_PKCS7_DIGEST_CALC_ERROR (-22320) 2343 2343 /** Unsupported PKCS \#7 signed data version. */ … … 2382 2382 /** The indirect data digest size does not match the digest algorithm. */ 2383 2383 #define VERR_CR_SPC_IND_DATA_DIGEST_SIZE_MISMATCH (-23406) 2384 /** Exp tected PE image data inside indirect data object. */2384 /** Expected PE image data inside indirect data object. */ 2385 2385 #define VERR_CR_SPC_EXPECTED_PE_IMAGE_DATA (-23407) 2386 2386 /** Internal SPC error: The PE image data is missing. */ … … 2390 2390 /** Unknown SPC object moniker UUID. */ 2391 2391 #define VERR_CR_SPC_UNKNOWN_MONIKER_UUID (-23410) 2392 /** Internal SPC error: Bad object mon ker choice value. */2392 /** Internal SPC error: Bad object moniker choice value. */ 2393 2393 #define VERR_CR_SPC_BAD_MONIKER_CHOICE (-23411) 2394 2394 /** Internal SPC error: Bad object moniker data pointer. */ … … 2428 2428 /** PKIX cipher algorithm parameters are not implemented. */ 2429 2429 #define VERR_CR_PKIX_CIPHER_ALGO_PARAMS_NOT_IMPL (-23510) 2430 /** ipher algorithm is not known to us. */2430 /** Cipher algorithm is not known to us. */ 2431 2431 #define VERR_CR_PKIX_CIPHER_ALGO_NOT_KNOWN (-23511) 2432 2432 /** PKIX cipher algorithm is not known to OpenSSL. */ … … 2471 2471 /** OpenSSL failed to initialize the digest algorithm contextn. */ 2472 2472 #define VERR_CR_DIGEST_OSSL_DIGEST_INIT_ERROR (-24200) 2473 /** OpenSSL failed to clone the digest algorithm context n. */2473 /** OpenSSL failed to clone the digest algorithm context. */ 2474 2474 #define VERR_CR_DIGEST_OSSL_DIGEST_CTX_COPY_ERROR (-24201) 2475 2475 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.