UNPKG

asposewordscloud

Version:
28 lines (27 loc) 726 B
import { AttributeInfo } from '../internal/attributeInfo'; import { ModelInterface } from './modelInterface'; export declare const importsMapErrorDetails: {}; /** * The error details. */ export declare class ErrorDetails implements ModelInterface { /** * Attribute type map */ static attributeTypeMap: Array<AttributeInfo>; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; /** * Gets or sets ErrorDateTime. */ errorDateTime: Date; /** * Gets or sets RequestId. */ requestId: string; constructor(init?: Partial<ErrorDetails>); collectFilesContent(_resultFilesContent: Array<any>): void; validate(): void; }