This is the main request class. All lyskom request classes inherit this class.
int(0..1) ok
Tells if the call has executed ok
object error
How the call failed. The call has completed if (ok||error).
(ok||error)