Type Alias QueryFailureInfo

QueryFailureInfo: {
    message: string;
    stack: string[];
    suppressed: string[];
    type: string;
}