adobe-firefly-sdk
    Preparing search index...

    Type Alias DeleteFolderErrors

    type DeleteFolderErrors = {
        "401": ErrorResponse;
        "403": ErrorResponse;
        "404": ErrorResponse;
        "409": ErrorResponse;
        "412": ErrorResponse;
        "422": ErrorResponse;
        "429": ErrorResponse;
        "504": ErrorResponse;
    }
    Index

    Properties

    Properties

    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

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

    Precondition Failed - The request failed due to a precondition

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

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

    Operation Timed Out - The operation took longer than 60 seconds. The operation will continue after the timeout.