public static async Task FromResponseAsync()

in JetBrains.AppStore.NotaryApi/AppStoreConnectError.cs [54:57]


    public static async Task<AppStoreConnectError> FromResponseAsync(HttpResponseMessage source)
    {
       return new AppStoreConnectError(source, await source.Content.ReadAsStringAsync().ConfigureAwait(false));
    }