adobe-firefly-sdk
    Preparing search index...

    Type Alias MoveFileErrors

    type MoveFileErrors = {
        "400": ErrorResponse;
        "401": ErrorResponse;
        "403": ErrorResponse;
        "404": ErrorResponse;
        "406": ErrorResponse;
        "409": ErrorResponse;
        "415": ErrorResponse;
        "422": ErrorResponse;
        "429": ErrorResponse;
        "500": ErrorResponse;
        "507": ErrorResponse;
    }
    Index

    Properties

    Invalid Request - The server cannot process the request due to a client error

    Unauthorized - The request requires user authentication

    Forbidden - The user does not have permission to access the resource

    Not Found - The requested resource was not found

    Not Acceptable - The requested representation is not acceptable

    Conflict - The requested operation is invalid based on the current state of the resource

    Unsupported Media Type - The server cannot process the request due to an unsupported media type

    Unprocessable Request - The request cannot be processed due to semantic errors

    Too Many Requests - The request was rejected due to rate limiting

    Internal Server Error - An unexpected error occurred while processing the request

    Insufficient Storage - The request cannot be processed because the storage quota has been exceeded