ODTranscriptCompilerInitResult interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is the result which is returned by the init()
function.
Properties
errorReason
type ➜ null|string
When not successfull, what was the reason? This will also be shown to the user.
pendingMessage
type ➜ null|api.ODMessageBuildResult
An optional message which will be sent while the transcript is being generated.
success
boolean ➜ boolean
Was the initialization successfull?