This document provides a comprehensive list of all error codes returned by the PlayerAuctions Seller API, including their meanings and common causes.
i. Error Codes Overview
Error codes are returned to the code field of the API response. The error code format follows a 5-digit number pattern where the first digit indicates the category of the error:
1xxxx - Success and Parameter errors
2xxxx - Signature and Authentication errors
3xxxx - Authorization errors
4xxxx - Business logic errors
5xxxx - Internal server errors
ii. Complete Error Codes List
Error Code
Name
Category
Description
10000
Success
Success
Operation completed successfully.
10001
MissingHeader
Parameter
Required HTTP header is missing from the request.
10002
InvalidParameter
Parameter
One or more request parameters are invalid or malformed.
20001
InvalidSignature
Signature
The request signature verification failed.
30001
AuthenticationError
Authentication
Authentication failed. Invalid or missing credentials.
30002
AuthrizationError
Authorization
Authorization failed. User does not have permission to perform this action.
Review the error message for specific business rule violation details and adjust your request accordingly.
5xxxx - Server Errors
Error Code
Description
Common Causes
Resolution
50001
InternalServerError
Unexpected server error, database connection issue, or service unavailability.
Retry the request after a short delay. If the error persists, contact support with the requestId.
Notes
Always include the requestId and relevant request
data when reporting issues to support, as it helps trace and
diagnose the specific failure effectively.
Error messages may contain additional details about the specific
issue, so always review the message field carefully.