1= {
2'1': 'User not found - The user id or name was either not valid or not provided.',
3'96': 'Invalid signature - The api_sig passed was not valid.',
4'97': 'Missing signature - A signature was not passed.',
5'98': 'Login failed / Invalid auth token - The login details or auth token passed were invalid.',
6'100': 'Invalid API Key - The API key passed was not valid.',
7'105': 'Service currently unavailable - The requested service is temporarily unavailable.',
8'111': 'Format not found - The requested response format was not found.',
9'112': 'Method not found - The requested method was not found.',
10'301': 'Invalid consumer key - The consumer key passed was not valid.',
11'302': 'Invalid / expired token - The oauth_token passed was either not valid or has expired.',
12'303': 'Invalid signature - The oauth_signature passed was not valid.',
13'304': 'Invalid nonce - The oauth_nonce passed has already been used.',
14'305': 'Invalid signature - The oauth_signature passed was not valid.',
15'306': 'Unsupported signature method - We do not support that signature method.',
16'307': 'Missing required parameter - A required parameter was missing.',
17'308': 'Duplicate parameter - An OAuth protocol parameter was duplicated.',
18'901': 'Empty search - The search text cannot be empty.',
19'999': 'Rate limit exceeded - Please wait a few minutes before trying again.',
20}