// cspace
failure CNODE_TYPE "Type requested for cnode creation is not valid cnode type",
failure CNODE_SLOTS "#slots requested for cnode creation is invalid",
+ failure CROOT_NULL "Destination root cnode null in cnode_create_foreign_l2",
// nested errors in specific functions
failure FRAME_ALLOC "Failure in frame_alloc()",
failure VNODE_CREATE "Failure in vnode_create()",
failure CNODE_CREATE "Failure in cnode_create()",
failure CNODE_CREATE_FROM_MEM "Failure in cnode_create_from_mem()",
+ failure CNODE_CREATE_FOREIGN_L2 "Failure in cnode_create_foreign_l2()",
failure RAM_ALLOC "Failure in ram_alloc()",
failure RAM_ALLOC_WRONG_SIZE "Wrong size of memory requested in ram alloc",
failure RAM_ALLOC_MS_CONSTRAINTS "Ram alloc failed due to constraints to mem_serv",