top of page
- API -
errorCode, MessageOut , errorMsgOut _sz = .AZ_GetErrorMsg_Code(errorCode, messageOut , messageOut _sz)
- API Detail-
▼Input value
・errorCode(integer): Error code
・messageOut(string):
・messageOut_sz(integer): Character size
▼Output value
・errorCode :
・messageOut : Same as input
・messgaeOut_sz : Same as input
- SCRIPT -
ERROR
AZ_GetErrorMsg_Code
Supported versions:
1.0.3
onwards
Gets the message corresponding to the specified error code.
bottom of page