stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
224 stars 117 forks source link

Standardize more errors from client calls #115

Closed stmcginnis closed 3 years ago

stmcginnis commented 3 years ago

This updates the client code to return a Redfish Error struct for more cases to minimize the different checks needed to be done in consuming code.