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