UNPKG

@betit/orion-node-sdk

Version:
9 lines (8 loc) 223 B
export declare class OrionError extends Error { code: string; object?: any; uuid: any; message: any; constructor(code: string, message?: string, object?: any); static decode(err: any): OrionError; }