ebsco / ebscopy

The official Python wrapper for the EBSCO Discovery Service API
GNU General Public License v3.0
15 stars 5 forks source link

Define constants for error codes and numbers? #7

Open jessejensen opened 9 years ago

jessejensen commented 9 years ago

Like SILS PHP:

const EDS_AUTH_TOKEN_INVALID = 104;
const EDS_SESSION_TOKEN_INVALID = 109;