IngestionError

interface ApiIngestionError {
    error?: any;
    id: string;
    message?: null | string;
    status: number;
}

Properties

error?: any
id: string
message?: null | string
status: number