Shape of the Error a FrontPanel operation rejects with on failure.
It is a real Error — message, stack, `${error}`, and
console.log(error) all behave as usual — and additionally carries the
operation's ErrorCode as the errorCode property, so you can branch
on the specific failure. Use isFrontPanelError to narrow a caught
value to this shape. AXITransferError extends it.
Shape of the
Errora FrontPanel operation rejects with on failure.It is a real
Error—message,stack,`${error}`, andconsole.log(error)all behave as usual — and additionally carries the operation's ErrorCode as theerrorCodeproperty, so you can branch on the specific failure. Use isFrontPanelError to narrow a caught value to this shape. AXITransferError extends it.