BadInputErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Category of bad input error. (See BadInputException)
public enum BadInputErrorCode
type BadInputErrorCode =
Public Enum BadInputErrorCode
- Inheritance
-
BadInputErrorCode
Fields
Name | Value | Description |
---|---|---|
General | 0 | General bad input error |
FileIsTooLargeForProtection | 1 | HTTP response code indicates failure |
ParameterParsing | 2 | Parameter cannot be parsed correctly |
LicenseNotTrusted | 3 | Publishing license not issued by trusted source |
DoubleKey | 4 | A paremeter for double key encryption is needed and missing |
FileFormatNotSupported | 5 | The input file's format is not supported |