UNPKG

mindee

Version:

Mindee Client Library for Node.js

16 lines (15 loc) 333 B
import { StringDict } from "../common"; export declare class ErrorResponse { /** * The HTTP code status. */ status: number; /** * The detail on the error. */ detail: string; /** * @param serverResponse JSON response from the server. */ constructor(serverResponse: StringDict); }