go-redfish/client/model_redfish_error.go
Kanwar Saad Bin Liaqat 31541d3f17
Update package name
2019-09-09 00:20:08 +03:00

16 lines
331 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
// Contains an error payload from a Redfish Service.
type RedfishError struct {
Error RedfishErrorError `json:"error"`
}