errorCodes constant

Map<String, String> const errorCodes

Implementation

static const errorCodes = {
  'auth-token-missing': 'Missing authentication token in the header',
  'auth-token-invalid': 'Invalid authentication token.',
  'auth-unknown-site': 'Invalid site used.',
  'auth-session-not-initialized':
      'Session not initialized. Please call get_email_address first to grab the session token',
  'auth-api-key-unconfigured': 'api key for site not generated'
};