adobe-firefly-sdk
    Preparing search index...

    Type Alias GetFolderErrors

    type GetFolderErrors = {
        "401": ErrorResponse;
        "403": ErrorResponse;
        "404": ErrorResponse;
        "406": ErrorResponse;
        "429": ErrorResponse;
        "500": 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

    Not Acceptable - The requested representation is not acceptable

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

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