package com.architectd.twitter.data { public class TwitterStatusType { public static const SUCCESS:int = 200; public static const NOT_MODIFIED:int = 304; public static const BAD_REQUEST:int = 400; public static const UNAUTHORIZED:int = 401; public static const FORBIDDEN:int = 403; public static const NOT_FOUND:int = 404; public static const INTERNAL_SERVER_ERROR:int = 500; public static const BAD_GATEWAY:int = 502; public static const SERVICE_UNAVAILABLE:int = 503; } }