Go to the source code of this file.
const ERRCODE BAD_PARAMETER = "List parameter error" |
const ERRCODE DONT_ASSIGN_LISTS = "Can't assign to lists" |
const ERRCODE DONT_CONSTRUCT_LIST_BY_COPY |
Initial value:=
"Can't create a list by assignment"
Definition at line 25 of file lsterr.h.
const ERRCODE EMPTY_LIST = "List is empty" |
const ERRCODE NO_LIST = "Iterator not set to a list" |
const ERRCODE NULL_CURRENT = "List current position is NULL" |
const ERRCODE NULL_DATA = "List would have returned a NULL data pointer" |
const ERRCODE NULL_NEXT = "Next element on the list is NULL" |
const ERRCODE NULL_OBJECT = "List found this = NULL!" |
const ERRCODE NULL_PREV = "Previous element on the list is NULL" |
const ERRCODE SERIALISE_LINKS = "Attempted to (de)serialise a link element" |
Initial value:=
"Attemting to add an element with non NULL links, to a list"
Definition at line 40 of file lsterr.h.