Reference Guide

Error Category Error ID Scenarios Example
NotValidNumber
Doing set operation by giving
noninteger value for an attribute
accepts integer value.
si .\PowerManagement\AutoOnHr “on”
si .\PowerManagement\AutoOnMn
43.67”
StringLengthNotInRange
Doing set operation by giving string
which has out of range length for an
attribute which accepts a string having
length within a range.
si .\SystemInformation\Asset
“thisismorethan10characters”
InvalidTimeFormat
Doing set operation by giving invalid
time format.
si .\PeakShiftDayConguration Sunday -
StartTime "34:34"
InvalidPrimaryBatteryCustomCha
rgeDierence
Not keeping the minimum dierence
between CustomChargeStart and
CustomChargeStop.
si .\PowerManagement
\CustomChargeStart “55”
si \PowerManagement
\CustomChargeStop “58
NewPasswordNotInRange
Trying to set a password that is not in
supported range by system.
si .\Security\AdminPassword “12”
si .\Security\SystemPassword “del”
InvalidPeakShiftTimes
Not maintaining the time dependency
between PeakShift StartTime,
EndTime, and ChargeStartTime.
si .\PowerManagement
\PeakShiftDayConguration Sunday -
StartTime "14:30" -EndTime “12:30” -
ChargeStartTime “14:45”
InvalidDayOfWeek
Providing invalid day. si .\PowerManagement
\PeakShiftDayConguration Sun -
StartTime "14:30" -EndTime “12:30” -
ChargeStartTime “14:45”
InCorrectBootOrder
Trying to provide duplicate boot device
number.
si .\BootSequence\BootSequence “1,2,1”
UnsupportedColorName
Trying to set unsupported color for
KeyboardBacklightEnabledColors or
KeyboardBacklightActiveColor.
si .\SystemConguration
\KeyboardBacklightEnabledColors
“Red,White,Purple”
InvalidCombinationOfNoColorAnd
SupportedColors
Trying to set colors for
KeyboardBacklightEnabledColors with
NoColor Value.
si .\SystemConguration
\KeyboardBacklightEnabledColros
“Red,White,Custom1,NoColor”
DuplicateColorName
Trying to provide same color more
than once for
KeyboardBacklightEnabledColors.
si .\SystemConguration
\KeyboardBacklightEnabledColros
“Red,White,Custom1,Custom1”
OnlyOneColorAllowedForActiveC
olor
Trying to set multiple colors for
KeyboardBacklightActiveColor.
si .\SystemConguration
\KeyboardBacklightActiveColor “Red,
White
InvalidRGBFormat
Trying to provide RGB values in an
incorrect format for
KeyboardBacklightCustom1Color or
KeyboardBacklightCustom2Color.
si .\SystemConguration
\KeyboardBacklightCustom1Color
“234:34”
NotValidNumberForRGB
Trying to provide invalid number for R,
G or B components for
KeyboardBacklightCustom1Color or
KeyboardBacklightCustom2Color.
si .\SystemConguration
\KeyboardBacklightCustom1Color
“234:34:567”
Error reporting in Dell Command | PowerShell Provider 2.2 69