mirror of
https://opendev.org/x/pyghmi
synced 2025-01-29 04:17:35 +00:00
Add errors for activate session response codes
Change-Id: If29da4f6ae0acdfb40077aeb1a5b2f276fa00aa1
This commit is contained in:
parent
352a2faf8a
commit
9157628f01
@ -81,7 +81,14 @@ command_completion_codes = {
|
||||
0x80: "Parameter not supported",
|
||||
0x81: "Attempt to set set 'set in progress' when not 'set complete'",
|
||||
0x82: "Attempt to write read-only parameter",
|
||||
}
|
||||
},
|
||||
(7, 0x48): { # activate payload
|
||||
0x80: "Payload already active on another session",
|
||||
0x81: "Payload is disabled",
|
||||
0x82: "Payload activation limit reached",
|
||||
0x83: "Cannot activate payload with encryption",
|
||||
0x84: "Cannot activate payload without encryption",
|
||||
},
|
||||
}
|
||||
|
||||
ipmi_completion_codes = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user