interface VectorizeError {
    code?: number;
    error: string;
}

Properties

Properties

code?: number
error: string