279a313a81
Change-Id: I73c4f1f19f6ef71d9cad74d5df0d611d5ca687a9
17 lines
424 B
Go
17 lines
424 B
Go
/*
|
|
* Redfish OAPI specification
|
|
*
|
|
* Partial Redfish OAPI specification for a limited client
|
|
*
|
|
* API version: 0.0.1
|
|
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
*/
|
|
|
|
package client
|
|
// RedfishErrorError struct for RedfishErrorError
|
|
type RedfishErrorError struct {
|
|
MessageExtendedInfo []Message `json:"@Message.ExtendedInfo,omitempty"`
|
|
Code string `json:"code"`
|
|
Message string `json:"message"`
|
|
}
|