Skip to main content
Version: Latest

AIError

  • assembly: AIHuman.SDK.Core
  • 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
(Details)
stringDescription { get; } error's Description
stringToString() Returns a string in the form "ErrorCode: Description".