layout: global title: INVALID_PARAMETER_VALUE error class displayTitle: INVALID_PARAMETER_VALUE error class license: | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
The value of parameter(s) <parameter>
in <functionName>
is invalid:
This error class has the following derived error classes:
detail message: <detailMessage>
supports 16-byte CBC IVs and 12-byte GCM IVs, but got <actualLength>
bytes for <mode>
.
expects a binary value with 16, 24 or 32 bytes, but got <actualLength>
bytes.
expects one of binary formats ‘base64’, ‘hex’, ‘utf-8’, but got <invalidFormat>
.
expects an integer value in [0, <upper>
), but got <invalidValue>
.
expects one of the units without quotes YEAR, QUARTER, MONTH, WEEK, DAY, DAYOFYEAR, HOUR, MINUTE, SECOND, MILLISECOND, MICROSECOND, but got the string literal <invalidValue>
.
Expects length
greater than or equal to 0, but got <length>
.
expects a non-NULL value.
<value>
.
Expects group index between 0 and <groupCount>
, but got <groupIndex>
.
Expects a positive or a negative value for start
, but got 0.
expects %1$
, %2$
and so on, but got %0$
.