Skip to content

Commit 585d1d4

Browse files
update
1 parent 2132736 commit 585d1d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/calls/call-ended-reason.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ subtitle: A guide to understanding all call "Ended Reason" types & errors.
44
slug: calls/call-ended-reason
55
---
66

7-
87
This guide will discuss all possible `endedReason`s for a call.
98

109
You can find these under the **"Ended Reason"** section of your [call
@@ -31,6 +30,7 @@ Object](/api-reference/calls/get-call)).
3130
These relate to issues within the AI processing pipeline or the Large Language Models (LLMs) used for understanding and generating text:
3231

3332
- **call.in-progress.error-vapifault-\***: Various error codes indicate specific failures within the processing pipeline, such as function execution, LLM responses, or external service integration. Examples include OpenAI, Azure OpenAI, Together AI, and several other LLMs or voice providers.
33+
- **call.in-progress.error-providerfault-\***: Similar to **call.in-progress.error-vapifault-\***. However, these error codes are surfaced when Vapi receives an error that has occured on the provider's side. Examples include internal server errors, or service unavailability.
3434
- **pipeline-error-\***: Similar to **call.in-progress.error-vapifault-\***. However, these error codes are surfaced when you are using your own provider keys.
3535
- **pipeline-no-available-llm-model**: No suitable LLM was available to process the request.
3636

@@ -45,6 +45,7 @@ These relate to issues within the AI processing pipeline or the Large Language M
4545
- **vonage-disconnected**: The call was disconnected by Vonage, another call management service.
4646
- **vonage-failed-to-connect-call**: Vonage failed to establish the call connection.
4747
- **vonage-rejected**: The call was rejected by Vonage due to an issue or configuration problem.
48+
- **sip-telephony-provider-failed-to-connect-call**: The SIP telephony provider failed to establish the call connection.
4849

4950
#### **Other Reasons**
5051

0 commit comments

Comments
 (0)