Constructor ApiCallFailedException
ApiCallFailedException(ApiResponseCode, string, string)
Initializes a new instance of the ApiCallFailedException class.
public ApiCallFailedException(ApiResponseCode responseCode, string endpoint, string message)
Parameters
responseCodeApiResponseCodeThe response code indicating the failure reason.
endpointstringThe API endpoint that was called.
messagestringThe error message.