mirror of
https://github.com/bmc-toolbox/bmclib.git
synced 2025-06-03 05:14:43 +00:00
errors: declare redfish 401 error
This commit is contained in:
parent
831bf00650
commit
6a7d7dd821
@ -28,4 +28,7 @@ var (
|
||||
|
||||
// ErriDracMaxSessionsReached indicates the bmc has reached the max number of login sessions.
|
||||
ErrIdracMaxSessionsReached = errors.New("The maximum number of user sessions is reached.")
|
||||
|
||||
// Err401Redfish indicates auth failure
|
||||
Err401Redfish = errors.New("Redfish authorization failed.")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user