Navigation
Web site
Support
Table Of Contents
Error codes returned by Domain Keys DNS routines.
Possible values:
[.NET] [Pascal]
Value
Description
SB_DK_DNS_ERROR_SUCCESS
0 (0x0000)
Record loading: record was loaded successfully
Record saving: created successfully.
SB_DK_DNS_ERROR_NODATA
1 (0x0001)
Record loading: string with data was empty
SB_DK_DNS_ERROR_NOPARAMS
2 (0x0002)
Record loading: string does not contain parameters separated by semicolon.
SB_DK_DNS_ERROR_NOKEY
3 (0x0003)
Record loading: string does not contain public key
Record saving: the public key is absent. You have to generate public key first.
SB_DK_DNS_ERROR_INVALID_KEYTYPE
4 (0x0004)
unknown key type is specified in the record
SB_DK_DNS_ERROR_INVALID_KEYDATA
5 (0x0005)
Record loading: public key is invalid (it was not loaded by any reason)
Record saving: key saving failed.
Declared in
[.NET]
[Pascal]
Namespace: SBDomainKeys
Assembly: SecureBlackbox.MIME
Unit: SBDomainKeys