IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ErrorDocument

    The error information.

    interface ErrorDocument {
        Key: string | undefined;
    }
    Index

    Properties

    Properties

    Key: string | undefined

    The object key name to use when a 4XX class error occurs.

    Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.