# 33102

## Description <a href="#not-found" id="not-found"></a>

Raised when a required parameter is missing from the request. The error object’s `detail` field indicates which parameter was not provided.

## Possible Causes <a href="#not-found-1" id="not-found-1"></a>

* When sending a Command, the Sim parameter was not specified.&#x20;
* When transferring a SIM to another account, you must either provide a new Rate Plan that exists in the target account or remove the current Rate Plan if the SIM is currently assigned to one.&#x20;
* A SIM in status ready cannot be transferred to another account..

## Possible Solutions <a href="#not-found-2" id="not-found-2"></a>

* When sending a command, ensure that the Sim parameter is provided.&#x20;
* When transferring a SIM to another account, ensure that a Rate Plan available in the target account is provided.&#x20;
* When transferring a SIM to another account, ensure that the SIM is not in the ready status.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.korewireless.com/errors/33102.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
