function getWaitForReadyError()

in src/SDK.ts [252:254]


function getWaitForReadyError(method: string): string {
    return `Attempted to call ${method}() before init() was complete. Wait for init to complete or place within a ready() callback.`;
}