UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

11 lines (9 loc) 223 B
import { ErrorObjectTrace } from './ErrorObjectTrace'; export interface ErrorObjectUnpacked { code: number; base_type: string; type: string; custom_type?: string; message: string; trace?: ErrorObjectTrace[]; }