BadInputErrorCode Enum

Definition

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

Applies to