Skip to main content
Version: 1.3.x

AIError

namespace AIHuman.Common

Modifier and TypeMethod and Description
intErrorCode { get; } error's code. This can vary from AIError.Code.UNKNOWN_ERR ~ AIError.Code.RESERVED_ERR
stringDescription { get; } error's Description
stringToString() Returns a string in the form "ErrorCode: Description".