top of page
- API -

errorCode = reaper.AZ_GetErrorCode()

- API Detail-


▼Output value

errorCode: 0: Success/Other than 0: Failure

- SCRIPT -

function Msg(param)

reaper.ShowConsoleMsg(tostring(param).."\n")

end


allCount,typeCount = reaper.AZ_GetTrackMediaTypeCount(0,0,"WAV")

Msg(allCount)


errorCode = reaper.AZ_GetErrorCode()

Msg(errorCode)

ERROR

reaper.AZ_GetErrorCode

Supported versions:

1.0.3

onwards

Gets the error code of the last API executed.

bottom of page