Error Messages


Error ErrorDescription ErrorCode
1 success success 0000
2 access_denied The server refuses the client request. 0001
3 is_not_authorized Unauthorized 0002
4 SC_or_SV_is_not_authorized Sc or sv is unauthorized 0003
5 redirect_uri_mismatch The request for redirected URL is mismatch 1001
6 client_secret_mismatch The key for the request is mismatch 1002
7 unauthorized_client Client is unauthorized 2001
8 unauthorized_token Token is Unauthorized 2002
9 unauthorized_APIName APIName is unauthorized 2003
10 unsupported_time_range The start_time parameter is out of range 3001
11 unsupported_user_id User_id is not exist. 3002
12 unsupported_page_index The page_index parameter is unsupported 3003
13 unsupported_grant_type The grant_type parameter? is unsupported 3004
14 unsupported_response The response is not unsupport 3005
15 unsupported_response_type The response_type parameter is not unsupport 3006
16 expired_token Token is expired 4001
17 revoked_token Token is revoked. 4002
18 unknown_token Token is unknown. 4003
19 used_token Token is used by others. 4004
20 invalid_client Client_id is invalid 5001
21 invalid_grant AccessGrant is invalid 5002
22 invalid_request The required parameters is not enough. 5003
23 invalid_APIName APIName is invalid. 5004
24 invalid_secret The client_secret parameter is invalid. 5005

the sample:

{
"ErrorCode": "3002 ",
"Error ": "unsupported_user_id ",
"ErrorDescription ": "The request is missing a required parameter: "
}