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?