namespace
ErrorsNamespace containing error codes
Contents
- Reference
Namespaces
Functions
-
auto allErrors() -> const Error::
set& - Retrieves the set of all the error codes.
Variables
- Error Access_Denied constexpr
- Error Already_Researched constexpr
- Error Currently_Researching constexpr
- Error Currently_Upgrading constexpr
- Error File_Not_Found constexpr
- Error Fully_Upgraded constexpr
- Error Incompatible_State constexpr
- Error Incompatible_TechType constexpr
- Error Incompatible_UnitType constexpr
- Error Insufficient_Ammo constexpr
- Error Insufficient_Energy constexpr
- Error Insufficient_Gas constexpr
- Error Insufficient_Minerals constexpr
- Error Insufficient_Space constexpr
- Error Insufficient_Supply constexpr
- Error Insufficient_Tech constexpr
- Error Invalid_Parameter constexpr
- Error Invalid_Tile_Position constexpr
- Error None constexpr
- Error Out_Of_Range constexpr
- Error Unable_To_Hit constexpr
- Error Unbuildable_Location constexpr
- Error Unit_Busy constexpr
- Error Unit_Does_Not_Exist constexpr
- Error Unit_Not_Owned constexpr
- Error Unit_Not_Visible constexpr
- Error Unknown constexpr
- Error Unreachable_Location constexpr
Function documentation
const Error:: set& BWAPI:: Errors:: allErrors()
Retrieves the set of all the error codes.
Returns | Set of error types. |
---|
Variable documentation
Error BWAPI:: Errors:: Access_Denied constexpr
Access Denied. Corresponds with Errors::
Error BWAPI:: Errors:: Already_Researched constexpr
Already Researched. Corresponds with Errors::
Error BWAPI:: Errors:: Currently_Researching constexpr
Currently Researching. Corresponds with Errors::
Error BWAPI:: Errors:: Currently_Upgrading constexpr
Currently Upgrading. Corresponds with Errors::
Error BWAPI:: Errors:: File_Not_Found constexpr
File Not Found. Corresponds with Errors::
Error BWAPI:: Errors:: Fully_Upgraded constexpr
Fully Upgraded. Corresponds with Errors::
Error BWAPI:: Errors:: Incompatible_State constexpr
Incompatible State. Corresponds with Errors::
Error BWAPI:: Errors:: Incompatible_TechType constexpr
Incompatible TechType. Corresponds with Errors::
Error BWAPI:: Errors:: Incompatible_UnitType constexpr
Incompatible UnitType. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Ammo constexpr
Insufficient Ammo. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Energy constexpr
Insufficient Energy. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Gas constexpr
Insufficient Gas. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Minerals constexpr
Insufficient Minerals. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Space constexpr
Insufficient Space. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Supply constexpr
Insufficient Supply. Corresponds with Errors::
Error BWAPI:: Errors:: Insufficient_Tech constexpr
Insufficient Tech. Corresponds with Errors::
Error BWAPI:: Errors:: Invalid_Parameter constexpr
Invalid Parameter. Corresponds with Errors::
Error BWAPI:: Errors:: Invalid_Tile_Position constexpr
Invalid Tile Position. Corresponds with Errors::
Error BWAPI:: Errors:: Out_Of_Range constexpr
Out Of Range. Corresponds with Errors::
Error BWAPI:: Errors:: Unable_To_Hit constexpr
Unable To Hit. Corresponds with Errors::
Error BWAPI:: Errors:: Unbuildable_Location constexpr
Unbuildable Location. Corresponds with Errors::
Error BWAPI:: Errors:: Unit_Busy constexpr
Unit Busy. Corresponds with Errors::
Error BWAPI:: Errors:: Unit_Does_Not_Exist constexpr
Unit Does Not Exist. Corresponds with Errors::
Error BWAPI:: Errors:: Unit_Not_Owned constexpr
Unit Not Owned. Corresponds with Errors::
Error BWAPI:: Errors:: Unit_Not_Visible constexpr
Unit Not Visible. Corresponds with Errors::
Error BWAPI:: Errors:: Unreachable_Location constexpr
Unreachable Location. Corresponds with Errors::