Skip to main content

Error Codes and Descriptions

General Error Codes

Status Code
Description
(200 – 299)Operation successful!
401The provided token is invalid or expired.
404The requested object was not found.
400Missing or incorrect request
500Used for unknown errors, please contact support.

Language Selection

Info

Error messages are available in two languages: Turkish (tr) and English (en). You can specify the language by using the Accept-Language header in your request. By default, the language will match that of the requesting device.

curl --location --request GET '<BASE_URL>/main-categories'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
--header 'Accept-Language: tr'

Response

{
"traceId": "16264259-9daa-40c4-bef5-418d2a89a4d0",
"exception": "MethodArgumentNotValidException",
"timestamp": 1693484146171,
"errors": [
{
"code": 3001,
"message": "Ürün garanti süresi 2 ile 10 arasında olmalıdır."
},
{
"code": 3001,
"message": "Marka boş olamaz."
}
]
}