libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
errno.h
Go to the documentation of this file.
1// Copyright 2023 owent
2
3#pragma once
4
5#include <libcopp/utils/config/libcopp_build_features.h>
6
7LIBCOPP_COPP_NAMESPACE_BEGIN
45LIBCOPP_COPP_NAMESPACE_END
copp_error_code
Definition errno.h:11
@ COPP_EC_EXTERNAL_INSERT_FAILED
COPP_EC_EXTERNAL_INSERT_FAILED.
Definition errno.h:15
@ COPP_EC_OPERATION_CANCLE
COPP_EC_OPERATION_CANCLE.
Definition errno.h:33
@ COPP_EC_CAN_NOT_USE_CROSS_FCONTEXT_AND_FIBER
COPP_EC_CAN_NOT_USE_CROSS_FCONTEXT_AND_FIBER.
Definition errno.h:36
@ COPP_EC_IN_RESET
COPP_EC_IN_RESET.
Definition errno.h:17
@ COPP_EC_CAST_FAILED
COPP_EC_CAST_FAILED.
Definition errno.h:31
@ COPP_EC_SUCCESS
COPP_EC_SUCCESS.
Definition errno.h:12
@ COPP_EC_IS_RUNNING
COPP_EC_IS_RUNNING.
Definition errno.h:26
@ COPP_EC_EXTERNAL_ERASE_FAILED
COPP_EC_EXTERNAL_ERASE_FAILED.
Definition errno.h:16
@ COPP_EC_ACCESS_VIOLATION
COPP_EC_ACCESS_VIOLATION.
Definition errno.h:23
@ COPP_EC_ALLOC_STACK_FAILED
COPP_EC_ALLOC_STACK_FAILED.
Definition errno.h:19
@ COPP_EC_FCONTEXT_MAKE_FAILED
COPP_EC_FCONTEXT_MAKE_FAILED.
Definition errno.h:35
@ COPP_EC_TASK_NOT_IN_ACTION
COPP_EC_TASK_NOT_IN_ACTION.
Definition errno.h:41
@ COPP_EC_ALREADY_INITED
COPP_EC_ALREADY_INITED.
Definition errno.h:22
@ COPP_EC_NOT_READY
COPP_EC_NOT_READY.
Definition errno.h:24
@ COPP_EC_NOT_INITED
COPP_EC_NOT_INITED.
Definition errno.h:21
@ COPP_EC_TASK_ADD_NEXT_FAILED
COPP_EC_TASK_ADD_NEXT_FAILED.
Definition errno.h:40
@ COPP_EC_ALREADY_FINISHED
COPP_EC_ALREADY_FINISHED.
Definition errno.h:27
@ COPP_EC_UNKNOWN
COPP_EC_UNKNOWN.
Definition errno.h:14
@ COPP_EC_TASK_IS_KILLED
COPP_EC_TASK_IS_KILLED.
Definition errno.h:43
@ COPP_EC_HAS_UNHANDLE_EXCEPTION
COPP_EC_HAS_UNHANDLE_EXCEPTION.
Definition errno.h:32
@ COPP_EC_NOT_FOUND
COPP_EC_NOT_FOUND.
Definition errno.h:28
@ COPP_EC_TASK_IS_EXITING
COPP_EC_TASK_IS_EXITING.
Definition errno.h:39
@ COPP_EC_TASK_CAN_NOT_WAIT_SELF
COPP_EC_TASK_CAN_NOT_WAIT_SELF.
Definition errno.h:38
@ COPP_EC_ALREADY_EXIST
COPP_EC_ALREADY_EXIST.
Definition errno.h:29
@ COPP_EC_TASK_ALREADY_IN_ANOTHER_MANAGER
COPP_EC_TASK_ALREADY_IN_ANOTHER_MANAGER.
Definition errno.h:42
@ COPP_EC_ARGS_ERROR
COPP_EC_ARGS_ERROR.
Definition errno.h:30
@ COPP_EC_NOT_RUNNING
COPP_EC_NOT_RUNNING.
Definition errno.h:25