Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Property containing the last error object.
import { Orderbook } from '@krono/core'
error
if (orderbook.error) { console.error(orderbook.error.message); }
Error | null
Was this page helpful?