Issue74

Title Sessions-related errors need to be added to error lists
Priority required Status resolved-edit-complete
Superseder Nosy List dnoveck, mre, spencer.shepler, tmt
Assigned To spencer.shepler Topics

Created on 2006-07-06.18:26:12 by dnoveck, last changed 2006-10-20.19:18:05 by spencer.shepler.

Messages
msg418 (view) Author: spencer.shepler Date: 2006-10-20.19:18:05
included in draft--08
msg356 (view) Author: mre Date: 2006-09-12.19:08:41
The error codes have been added and checked into CVS.
 I think we need a general issue to
go over each operation's error list.
msg190 (view) Author: dnoveck Date: 2006-07-06.18:26:12
There are several sessions-related errors that need to be added to all or almost
all ops.  This is what I know about.  It may not be an exhaustive list.

First of all, the sequencing constraints means that any op (except for
CREATE_CLIENTID and CREATE_SESSION) cannot be the first op in a COMPOUND and so
all these ops need to have an appropriate sequencing error added to their error
lists.

Since a seesion can become invalid at any time and COMPOUND's are not atomic, I
think it has to be the case that every op (except the few that don't need a
session) has to be able to return a badsession error.  The fact that in most
implementations, this will only happen when the connection is also down does not
invalidate this need.
History
Date User Action Args
2006-10-20 19:18:10spencer.sheplersetstatus: editing -> resolved-edit-complete
messages: + msg418
2006-09-12 19:08:44mresetassignedto: mre -> spencer.shepler
messages: + msg356
2006-08-22 06:57:20mresetstatus: unread -> editing
nosy: + tmt, spencer.shepler, mre
2006-07-06 18:28:09dnovecksettitle: Sessions-related errors need to be added to error list -> Sessions-related errors need to be added to error lists
2006-07-06 18:26:13dnoveckcreate