Class ApiCallFailedException
Exception thrown when an API call fails.
public sealed class ApiCallFailedException : Exception, ISerializable
- Inheritance
-
ApiCallFailedException
- Implements
- Inherited Members
Constructors
- ApiCallFailedException(ApiResponseCode, string, string)
Initializes a new instance of the ApiCallFailedException class.
Properties
- Endpoint
Gets the endpoint that was called when the error occurred.
- ResponseCode
Gets the response code associated with the failed API call.