Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/products/apis/pages/core/error-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,11 @@ The `code` field above maps to one of the values below. Each entry describes the
- The SIP configuration requires at least one selection.
</ParamField>

<ParamField path="mms_expired_rejected_failed_or_unsupported" type="Error" toc={true}>

- MMS Sent: Expired, Rejected, Failed, or Not Supported
</ParamField>

<ParamField path="must_be_array_of_objects" type="Error" toc={true}>

- Value must be an array of `{name, value}` objects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,12 @@ Below is a list of all error codes as well as possible causes for the error code
</ParamField>


<ParamField path="30011" type="Error" toc={true}>

- MMS Sent: Expired, Rejected, Failed, or Not Supported
</ParamField>


<ParamField path="30022" type="Error" toc={true}>

- The US A2P 10DLC messaging rate limits were exceeded
Expand Down
Loading