Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't get any good error response #1432

Open
kristianbendren opened this issue Sep 12, 2024 · 0 comments
Open

Don't get any good error response #1432

kristianbendren opened this issue Sep 12, 2024 · 0 comments
Labels
grooming lib/csharp C# client library

Comments

@kristianbendren
Copy link

Bug Report

Version

Svix API (1.4)

Platform

C# nuget and svix running on self hosted Docker

Description

Send an update request on Endpoint and got this. Entered all the values in the request body.

System.Exception: Error with response: Svix.Client.ApiException: Error calling V1EndpointUpdate:
System.Exception
Error with response: Svix.Client.ApiException: Error calling V1EndpointUpdate:
at Svix.Api.EndpointApi.V1EndpointUpdateWithHttpInfoAsync(String appId, String endpointId, EndpointUpdate endpointUpdate, CancellationToken cancellationToken)
at Svix.Api.EndpointApi.V1EndpointUpdateAsync(String appId, String endpointId, EndpointUpdate endpointUpdate, CancellationToken cancellationToken)
at Svix.Endpoint.UpdateAsync(String appId, String endpointId, EndpointUpdate endpoint, String idempotencyKey, CancellationToken cancellationToken)

@tasn tasn added the lib/csharp C# client library label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grooming lib/csharp C# client library
Projects
None yet
Development

No branches or pull requests

3 participants