enum InvalidArgumentReason

Possible reasons for an invalid argument.

Members

ARRAY_SIZE_EXCEEDED = 7

Array value nesting exceeds maximum of MAXIMUM_ARGUMENT_ARRAY_SIZE.

ILLEGAL_MULTIPLE_VALUES = 2

The argument does not support multiple values.

ILLEGAL_SPARSE_ARRAY = 4

The arguments specified resulted in a sparse array of values.

ILLEGAL_VALUE = 3

The value specified was not one of the defined allowable values for the argument.

INCORRECT_VALUE_TYPE = 1

The value specified was not the correct type for the argument.

MISSING_VALUE = 0

The argument value was not specified.

NESTING_DEPTH_EXCEEDED = 6

Complex option nesting exceeds maximum of MAXIMUM_COMPLEX_OPTION_NESTING_DEPTH.

OPTION_IS_COMPLEX = 8

Attempt to set a primitive value on a complex object object.

UNKNOWN_PROPERTY = 5

The argument specified an unknown complex option property.