@arcgis/workflow-manager
Version:
ArcGIS Workflow Manager JavaScript API
9 lines (8 loc) • 538 B
TypeScript
export interface EsriWorkflowExceptionsDetailedErrorDTO {
message: string;
type: string;
details: Array<object>;
}
export declare function EsriWorkflowExceptionsDetailedErrorDTOFromJSON(json: any): EsriWorkflowExceptionsDetailedErrorDTO;
export declare function EsriWorkflowExceptionsDetailedErrorDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): EsriWorkflowExceptionsDetailedErrorDTO;
export declare function EsriWorkflowExceptionsDetailedErrorDTOToJSON(value?: EsriWorkflowExceptionsDetailedErrorDTO | null): any;