IBM Aspera JavaScript Library
    Preparing search index...

    Interface FileError

    Error information for a file that failed to transfer.

    interface FileError {
        code: number;
        description: string;
    }
    Index

    Properties

    Properties

    code: number

    Error code

    description: string

    Human-readable error description