enum error
Description
Possible error conditions
//////////////////////////////////////////////////////////////////////// This enumeration lists all possible error conditions which can be reported from any of the API functions.
Declared at: libs/pika/errors/include/pika/errors/error.hpp:25
Enumerators
| Name | Value | Comment |
|---|---|---|
| success | 0 | |
| no_success | 1 | |
| not_implemented | 2 | |
| out_of_memory | 3 | |
| bad_action_code | 4 | |
| bad_component_type | 5 | |
| network_error | 6 | |
| version_too_new | 7 | |
| version_too_old | 8 | |
| version_unknown | 9 | |
| unknown_component_address | 10 | |
| duplicate_component_address | 11 | |
| invalid_status | 12 | |
| bad_parameter | 13 | |
| internal_server_error | 14 | |
| service_unavailable | 15 | |
| bad_request | 16 | |
| repeated_request | 17 | |
| lock_error | 18 | |
| duplicate_console | 19 | |
| no_registered_console | 20 | |
| startup_timed_out | 21 | |
| uninitialized_value | 22 | |
| bad_response_type | 23 | |
| deadlock | 24 | |
| assertion_failure | 25 | |
| null_thread_id | 26 | |
| invalid_data | 27 | |
| yield_aborted | 28 | |
| dynamic_link_failure | 29 | |
| commandline_option_error | 30 | |
| serialization_error | 31 | |
| unhandled_exception | 32 | |
| kernel_error | 33 | |
| broken_task | 34 | |
| task_moved | 35 | |
| task_already_started | 36 | |
| future_already_retrieved | 37 | |
| promise_already_satisfied | 38 | |
| future_does_not_support_cancellation | 39 | |
| future_can_not_be_cancelled | 40 | |
| no_state | 41 | |
| broken_promise | 42 | |
| thread_resource_error | 43 | |
| future_cancelled | 44 | |
| thread_cancelled | 45 | |
| thread_not_interruptable | 46 | |
| duplicate_component_id | 47 | |
| unknown_error | 48 | |
| bad_plugin_type | 49 | |
| filesystem_error | 50 | |
| bad_function_call | 51 | |
| task_canceled_exception | 52 | |
| task_block_not_active | 53 | |
| out_of_range | 54 | |
| length_error | 55 | |
| migration_needs_retry | 56 | migration failed because of global race, retry |
| last_error | 57 | \condNOINTERNAL |
| system_error_flag | 16384 | \condNOINTERNAL |
| error_upper_bound | 32767 | \condNOINTERNAL |