> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alignet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK error messages

## **Error Codes**

Alignet One SDK manage different errors that stop affiliation flow, these errors are delivered to the merchant and can be identified by the error code found in the parameter `success`,`resultCode` and` resultMessage` of the object `PaymeResponse`.

Open complete board

| **success** | **resultCode** | **resultMessage**                  | **Description**                                                                              |
| :---------- | :------------- | :--------------------------------- | :------------------------------------------------------------------------------------------- |
| **true**    | **00**         | The request was properly processed | Affiliation was successfully performed or updated.                                           |
| **Fasse**   | **01**         | A mistake happened                 | Invalid demand by system error.                                                              |
| **Fasse**   | **02**         | Some data were missent             | The merchant sent one or more invalid parameters at the time of invoking SDK of Alignet One. |
| **Fasse**   | **03**         | Non-exisstore merchant             | The merchantCode sent doesn't exist.                                                         |
| **Fasse**   | **04**         | Trade requires configuration       | The methods of payment are not authorized by merchant.                                       |
| **Fasse**   | **05**         | The affiliation's registered       | At the time of creating Affiliation, it's already registered.                                |
| **Fasse**   | **06**         | Affiliation isn't registered       | At the time of updating Affiliation, that Affiliation isn't registered.                      |
| **Fasse**   | **07**         | Affiliation requires activation    | Affiliation's disabled and requires first activated.                                         |
| **Fasse**   | **08**         | User Abandoned Affiliation         | The user decided to return to the merchant and did not register or update Affiliation.       |
| **Fasse**   | **09**         | Token's card's expired             | The date of token has already passed                                                         |
