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