-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhandling-errors.html
More file actions
1 lines (1 loc) · 2.01 KB
/
handling-errors.html
File metadata and controls
1 lines (1 loc) · 2.01 KB
1
<!doctype html><html><head><title>Handling Errors - Hyper SDK</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/highlight.min.js"></script><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/javascript.min.js"></script><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/htmlbars.min.js"></script><script defer="defer" src="js/handling-errors.js"></script><link href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css" rel="stylesheet"><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/vs.min.css" rel="stylesheet" integrity="sha512-aWjgJTbdG4imzxTxistV5TVNffcYGtIQQm2NBNahV6LmX14Xq9WwZTL1wPjaSglUuVzYgwrq+0EuI4+vKvQHHw==" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"><link href="css/index.css?v=1617731824792" rel="stylesheet"></head><body><section class="hero is-bold is-danger"><div class="hero-body"><h1 class="title">Handling Errors</h1><h2 class="subtitle">Define the error handlers to be called in the error cases. Check the api documentation for more information about error handling.</h2></div></section><section class="section is-fullwidth"><form name="form"><div class="mt-6"><h1 class="title">Set <code>onSessionError</code> in <code>mstrHyper.start</code></h1><div class="field"><p class="mb-3">You may specify an error handler during the SDK initialization.</p><div class="control"><textarea class="input is-info" style="height: 12rem" name="onSessionError" placeholder="var onSessionError = async (error) => {};"></textarea></div></div></div></form><figure class="highlight"><div class="buttons has-addons mb-0"><button class="button is-small copy mb-0">Copy</button> <a class="button is-small mb-0" href="preview.html">Preview</a></div><pre><code class="html hyper-start"></code></pre></figure></section></body></html>