/* * Seaweedfs Master Server API * * The Seaweedfs Master Server API allows you to store blobs * * The version of the OpenAPI document: 3.43.0 * * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using RestSharp; namespace Org.OpenAPITools.Client { /// /// A delegate to ExceptionFactory method /// /// Method name /// Response /// Exceptions public delegate Exception ExceptionFactory(string methodName, IRestResponse response); }