src/ai/api/ai_error.hpp
branchnoai
changeset 9873 b1ab23560ecb
parent 9871 dfafb0cf20ee
child 10088 922c6e6a8d3e
equal deleted inserted replaced
9872:d4321b8dd97b 9873:b1ab23560ecb
    42 		 */
    42 		 */
    43 		ERR_CAT_BIT_SIZE = 8,
    43 		ERR_CAT_BIT_SIZE = 8,
    44 	};
    44 	};
    45 
    45 
    46 	/**
    46 	/**
    47 	 * General error messages (0x0100 - 0x0200).
    47 	 * All general related error messages.
    48 	 */
    48 	 */
    49 	enum ErrorMessages {
    49 	enum ErrorMessages {
    50 		/** Initial error value */
    50 		/** Initial error value */
    51 		ERR_NONE = ERR_CAT_NONE << ERR_CAT_BIT_SIZE,  // []
    51 		ERR_NONE = ERR_CAT_NONE << ERR_CAT_BIT_SIZE,  // []
    52 		/** If an error occured and the error wasn't mapped */
    52 		/** If an error occured and the error wasn't mapped */