minio / minio-dotnet

MinIO Client SDK for .NET
https://docs.min.io/docs/dotnet-client-quickstart-guide.html
Apache License 2.0
577 stars 230 forks source link

Make response properties public #1142

Closed alexdeane closed 4 months ago

alexdeane commented 4 months ago

Description

This PR makes two properties on GenericResponse public rather than internal. These properties are useful for error handling, as in many cases there is no other way to tell whether a request failed.