errors: declare redfish 401 error

This commit is contained in:
Joel Rebello 2018-09-14 09:44:41 +02:00
parent 831bf00650
commit 6a7d7dd821

View File

@ -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.")
)