Response codes

{

	"status":      boolean,  (true if request was processed successfully, false if any error happened)
	"status-text": string,   (human-readable message of what did just happen)
	"code":        string    (short text that lets you manage api response in your software more easily)
	
}
This file is a list of possible "code" responses and explanations of what they mean.