UNPKG

@azure/storage-file-datalake

Version:
16 lines 534 B
import type { RestError } from "@azure/core-rest-pipeline"; /** * An error thrown when an operation is interrupted and can be continued later on. */ export declare class DataLakeAclChangeFailedError extends Error { /** * Continuation token to continue next batch of operations. */ continuationToken?: string; /** * Internal error. */ innerError: RestError | Error; constructor(error: RestError | Error, continuationToken?: string); } //# sourceMappingURL=DataLakeAclChangeFailedError.d.ts.map